/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_helpers.h | 140 _1, _2, _3, _4, _5, _6, _7, _8, \ argument 148 #define _ARG1(_1) _1; argument 149 #define _ARG2(_1, _2) _1; _2; argument 150 #define _ARG3(_1, _2, _3) _1; _2; _3; argument 151 #define _ARG4(_1, _2, _3, _4) _1; _2; _3; _4; argument 152 #define _ARG5(_1, _2, _3, _4, _5) _1; _2; _3; _4; _5; argument 153 #define _ARG6(_1, _2, _3, _4, _5, _6) _1; _2; _3; _4; _5; _6; argument 154 #define _ARG7(_1, _2, _3, _4, _5, _6, _7) _1; _2; _3; _4; _5; _6; _… argument 155 #define _ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _1; _2; _3; _4; _5; _6; _… argument 156 #define _ARG9(_1, _2, _3, _4, _5, _6, _7, _8, _9) _1; _2; _3; _4; _5; _6; _… argument [all …]
|
/linux/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument 70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument 76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument 82 #define NVVAL_TEST_(X,_1,_2,_3,_4,_5,_6,_7,IMPL,...) IMPL argument 87 #define NVDEF_TEST_(X,_1,_2,_3,_4,_5,_6,_7,IMPL,...) IMPL argument 93 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument 98 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument 107 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument 117 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument 122 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_multidim.c | 22 arr_t _1; member
|
H A D | btf_dump_test_case_syntax.c | 256 enum e1 _1; member
|
/linux/include/linux/ |
H A D | args.h | 21 #define __COUNT_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _n, X...… argument
|
/linux/tools/include/nolibc/ |
H A D | unistd.h | 59 #define __syscall_narg(_0, _1, _2, _3, _4, _5, _6, N, ...) N argument
|
/linux/tools/lib/bpf/ |
H A D | libbpf_common.h | 47 #define ___libbpf_nth(_1, _2, _3, _4, _5, _6, N, ...) N argument
|
H A D | bpf_helpers.h | 219 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
|
H A D | bpf_tracing.h | 636 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument 687 #define ___bpf_nth2(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, \ argument
|
H A D | bpf_core_read.h | 342 #define ___nth(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, __11, N, ...) N argument
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 445 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() argument
|
H A D | mbox.h | 391 #define M(_name, _id, _1, _2, _3) MBOX_MSG_ ## _name = _id, argument
|
/linux/arch/x86/include/asm/ |
H A D | efi.h | 57 #define __efi_nargs__(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, n, ...) \ argument
|
/linux/include/media/ |
H A D | v4l2-subdev.h | 1352 #define __v4l2_subdev_state_gen_call(NAME, _1, ARG, ...) \ argument
|