Searched defs:_y (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/sched_ext/ |
H A 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/tools/testing/selftests/bpf/progs/ |
H A D | test_rdonly_maps.c | 16 char _y; member
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
/linux/drivers/input/touchscreen/ |
H A D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local
|
/linux/arch/powerpc/kexec/ |
H A D | ranges.c | 128 static int rngcmp(const void *_x, const void *_y) in rngcmp()
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A 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/drivers/rtc/ |
H A D | rtc-mt7622.c | 81 #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ argument
|
/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 183 static int relacmp(const void *_x, const void *_y) in relacmp()
|
/linux/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
|
/linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 2268 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument
|