| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | assert.h | 32 #define VFIO_ASSERT_EQ(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, ==, ##__VA_ARGS__) argument 33 #define VFIO_ASSERT_NE(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, !=, ##__VA_ARGS__) argument 34 #define VFIO_ASSERT_LT(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, <, ##__VA_ARGS__) argument 35 #define VFIO_ASSERT_LE(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, <=, ##__VA_ARGS__) argument 36 #define VFIO_ASSERT_GT(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, >, ##__VA_ARGS__) argument 37 #define VFIO_ASSERT_GE(_a, _b, ...) VFIO_ASSERT_OP(_a, _b, >=, ##__VA_ARGS__) argument 38 #define VFIO_ASSERT_TRUE(_a, ...) VFIO_ASSERT_NE(false, (_a), ##__VA_ARGS__) argument 39 #define VFIO_ASSERT_FALSE(_a, ...) VFIO_ASSERT_EQ(false, (_a), ##__VA_ARGS__) argument 40 #define VFIO_ASSERT_NULL(_a, ...) VFIO_ASSERT_EQ(NULL, _a, ##__VA_ARGS__) argument 41 #define VFIO_ASSERT_NOT_NULL(_a, ...) VFIO_ASSERT_NE(NULL, _a, ##__VA_ARGS__) argument
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | xsurf100.c | 26 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 28 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument 29 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument 31 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument 32 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument 34 #define ei_inb_p(_a) ei_inb(_a) argument 35 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf.h | 407 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument 409 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument 411 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument 414 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 416 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 418 #define CRC_OFFLOAD_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 420 #define TC_U32_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument 422 #define VLAN_V2_FILTERING_ALLOWED(_a) \ argument 426 #define VLAN_FILTERING_ALLOWED(_a) \ argument 428 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
|
| H A D | test_perf_branches.c | 16 __u64 _a; global() member
|
| H A D | test_bpf_cookie.c | 121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
|
| /linux/arch/loongarch/kernel/ |
| H A D | unwind_orc.c | 203 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() 220 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_common.h | 17 #define PVR_FW_STRUCT_SIZE_ASSERT(_a) \ argument
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence-unwrap.c | 64 static int fence_cmp(const void *_a, const void *_b) in fence_cmp()
|
| /linux/include/asm-generic/ |
| H A D | local64.h | 56 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument 95 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
|
| H A D | local.h | 47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
|
| /linux/kernel/ |
| H A D | static_call_inline.c | 76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() 92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap()
|
| H A D | groups.c | 76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp()
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_priv.h | 134 const u32 *_a = a->q.state; in qman_cgrs_and() local 146 const u32 *_a = a->q.state; in qman_cgrs_xor() local
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 104 static int p54_compare_channels(const void *_a, in p54_compare_channels() 113 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_bo_list.c | 60 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | jit_disasm_helpers.c | 79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | os-area.c | 303 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) argument 324 #define dump_params(_a) _dump_params(_a, __func__, __LINE__) argument
|
| H A D | mm.c | 347 #define dma_dump_region(_a) _dma_dump_region(_a, __func__, __LINE__) argument 382 #define dma_dump_chunk(_a) _dma_dump_chunk(_a, __func__, __LINE__) argument
|
| /linux/drivers/sh/intc/ |
| H A D | internals.h | 108 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 278 #define PRINT_ATTRn(_n, _f, _p, _a) \ argument
|
| /linux/drivers/iio/frequency/ |
| H A D | ad9523.c | 243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument 244 #define AD_IF(_pde, _a) AD_IFE(_pde, _a, 0) argument
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra124-emc.c | 429 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|