/linux-6.14.4/tools/testing/selftests/sched_ext/ |
D | scx_test.h | 100 #define SCX_GT(_x, _y) SCX_FAIL_IF((_x) <= (_y), "Expected %s > %s (%lu > %lu)", \ argument 102 #define SCX_GE(_x, _y) SCX_FAIL_IF((_x) < (_y), "Expected %s >= %s (%lu >= %lu)", \ argument 104 #define SCX_LT(_x, _y) SCX_FAIL_IF((_x) >= (_y), "Expected %s < %s (%lu < %lu)", \ argument 106 #define SCX_LE(_x, _y) SCX_FAIL_IF((_x) > (_y), "Expected %s <= %s (%lu <= %lu)", \ argument 108 #define SCX_EQ(_x, _y) SCX_FAIL_IF((_x) != (_y), "Expected %s == %s (%lu == %lu)", \ argument
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_rdonly_maps.c | 16 char _y; member
|
/linux-6.14.4/drivers/crypto/cavium/nitrox/ |
D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | module_32.c | 48 static int relacmp(const void *_x, const void *_y) in relacmp()
|
D | module_64.c | 183 static int relacmp(const void *_x, const void *_y) in relacmp()
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local
|
/linux-6.14.4/arch/powerpc/kexec/ |
D | ranges.c | 128 static int rngcmp(const void *_x, const void *_y) in rngcmp()
|
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp6000_pcie.c | 38 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument 46 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument 54 #define NFP_PCIE_BAR_EXPLICIT_BAR2(_x, _y) \ argument
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-mt7622.c | 81 #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ argument
|
/linux-6.14.4/drivers/video/fbdev/omap/ |
D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
|
/linux-6.14.4/arch/x86/kvm/ |
D | emulate.c | 3956 #define D(_y) { .flags = (_y) } argument 3957 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument 3958 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_modes.c | 2268 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument
|