| /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 101 #_x, #_y, (u64)(_x), (u64)(_y)) 102 #define SCX_GE(_x, _y) SCX_FAIL_IF((_x) < (_y), "Expected %s >= %s (%lu >= %lu)", \ argument 103 #_x, #_y, (u64)(_x), (u64)(_y)) 104 #define SCX_LT(_x, _y) SCX_FAIL_IF((_x) >= (_y), "Expected %s < %s (%lu < %lu)", \ argument 105 #_x, #_y, (u64)(_x), (u64)(_y)) 106 #define SCX_LE(_x, _y) SCX_FAIL_IF((_x) > (_y), "Expected %s <= %s (%lu <= %lu)", \ argument 107 #_x, #_y, (u64)(_x), (u64)(_y)) 108 #define SCX_EQ(_x, _y) SCX_FAIL_IF((_x) != (_y), "Expected %s == %s (%lu == %lu)", \ argument 109 #_x, #_y, (u64)(_x), (u64)(_y))
|
| /linux/arch/powerpc/boot/ |
| H A D | types.h | 30 typeof(y) _y = (y); \ 31 (void) (&_x == &_y); \ 32 _x < _y ? _x : _y; }) 36 typeof(y) _y = (y); \ 37 (void) (&_x == &_y); \ 38 _x > _y ? _x : _y; })
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 138 unsigned long _y = (unsigned long)(y); \ 139 (_y < phys_ram_base) ? \ 140 (void *)(_y + kernel_map.va_kernel_xip_text_pa_offset) : \ 141 (void *)(_y + kernel_map.va_kernel_xip_data_pa_offset); \ 157 unsigned long _y = (unsigned long)(y); \ 158 (_y < kernel_map.virt_addr + kernel_map.xiprom_sz) ? \ 159 (_y - kernel_map.va_kernel_xip_text_pa_offset) : \ 160 (_y - kernel_map.va_kernel_xip_data_pa_offset); \
|
| /linux/drivers/net/arcnet/ |
| H A D | arcdevice.h | 102 unsigned long _x, _y; \ 105 _y = get_cycles(); \ 108 name, bytes, _y - _x, \ 109 100000000 / 1024 * bytes / (_y - _x + 1)); \
|
| /linux/include/math-emu/ |
| H A D | op-2.h | 309 _FP_W_TYPE _x[2], _y[2]; \ 311 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 313 mpn_mul_n(_z_f, _x, _y, 2); \ 493 _FP_W_TYPE _x[4], _y[2], _z[4]; \ 494 _y[0] = Y##_f0; _y[1] = Y##_f1; \ 512 (void) mpn_divrem (_z, 0, _x, 4, _y, 2); \
|
| H A D | op-1.h | 206 _FP_W_TYPE _nh, _nl, _q, _r, _y; \ 209 _y = Y##_f << _FP_WFRACXBITS_##fs; \ 224 udiv_qrnnd(_q, _r, _nh, _nl, _y); \
|
| /linux/drivers/input/touchscreen/ |
| H A D | da9034-ts.c | 83 uint8_t _x, _y, _v; in read_tsi() local 90 ret = da903x_read(touch->da9034_dev, DA9034_TSI_Y_MSB, &_y); in read_tsi() 99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()
|
| /linux/drivers/rtc/ |
| H A D | rtc-mt7622.c | 81 #define MTK_RTC_TM_YR_VALID(_y) ((_y) >= MTK_RTC_TM_YR_L && \ argument 82 (_y) <= MTK_RTC_TM_YR_H)
|
| /linux/net/rxrpc/ |
| H A D | ar-internal.h | 1648 __typeof__(Y) _y = (__typeof__(X))(Y); \ 1649 if (unlikely(!(_x OP _y))) { \ 1652 (unsigned long)_y, (unsigned long)_y); \ 1668 __typeof__(Y) _y = (__typeof__(X))(Y); \ 1669 if (unlikely((C) && !(_x OP _y))) { \ 1672 (unsigned long)_y, (unsigned long)_y); \
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_mbx.c | 10 #define RING_TO_VFNO(_x, _y) ((_x) / (_y)) argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_rdonly_maps.c | 16 char _y; member
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp6000_pcie.c | 38 #define NFP_PCIE_BAR_EXPLICIT_BAR0(_x, _y) \ argument 39 (0x00000080 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 46 #define NFP_PCIE_BAR_EXPLICIT_BAR1(_x, _y) \ argument 47 (0x00000084 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3))) 54 #define NFP_PCIE_BAR_EXPLICIT_BAR2(_x, _y) \ argument 55 (0x00000088 + (0x40 * ((_x) & 0x3)) + (0x10 * ((_y) & 0x3)))
|
| /linux/arch/powerpc/kexec/ |
| H A D | ranges.c | 128 static int rngcmp(const void *_x, const void *_y) in rngcmp() argument 130 const struct range *x = _x, *y = _y; in rngcmp()
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 183 static int relacmp(const void *_x, const void *_y) in relacmp() argument 188 x = (Elf64_Rela *)_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 415 req->par.update.y = _y; \
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 2268 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument 2273 .yres = _y, \
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 3936 #define D(_y) { .flags = (_y) } argument 3937 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument 3938 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 1390 Similar to in_accel_mag[_y][_rising|_falling]_en, but the event
|