| /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/tools/perf/ |
| H A D | builtin-sched.c | 4089 #define PCT_CHNG(_x, _y) ((_x) ? ((double)((double)(_y) - (_x)) / (_x)) * 100 : 0.0) in print_domain_stats() argument 3989 PCT_CHNG(_x,_y) global() argument 4003 CALC_PCT(_x,_y) print_cpu_stats() argument 4056 CALC_AVG(_x,_y) print_domain_stats() argument 4077 DERIVED_CNT_FIELD(_name,_desc,_format,_x,_y,_z,_ver) print_domain_stats() argument [all...] |
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 2268 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument
|