/linux/drivers/hid/bpf/progs/ ! |
H A D | hid_bpf_helpers.h | 159 _1, _2, _3, _4, _5, _6, _7, _8, \ argument 169 #define _ARG3(_1, _2, _3) _1; _2; _3; argument 170 #define _ARG4(_1, _2, _3, _4) _1; _2; _3; _4; argument 171 #define _ARG5(_1, _2, _3, _4, _5) _1; _2; _3; _4; _5; argument 172 #define _ARG6(_1, _2, _3, _4, _5, _6) _1; _2; _3; _4; _5; _6; argument 173 #define _ARG7(_1, _2, _3, _4, _5, _6, _7) _1; _2; _3; _4; _5; _6; _… argument 174 #define _ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _1; _2; _3; _4; _5; _6; _… argument 175 #define _ARG9(_1, _2, _3, _4, _5, _6, _7, _8, _9) _1; _2; _3; _4; _5; _6; _… argument 176 #define _ARG10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a) _1; _2; _3; _4; _5; _6; … argument 177 #define _ARG11(_1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b) _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/drivers/net/ethernet/marvell/octeontx2/af/ ! |
H A D | mbox.c | 550 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() argument 554 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() argument 558 #define M(_name, _id, _1, _2, _3) case _id: return # _name; in otx2_mbox_id2name() argument
|
H A D | mbox.h | 404 #define M(_name, _id, _1, _2, _3) MBOX_MSG_ ## _name = _id, argument
|
/linux/tools/testing/selftests/bpf/progs/ ! |
H A D | btf_dump_test_case_multidim.c | 24 ptr_arr_t _3; member
|
H A D | btf_dump_test_case_syntax.c | 263 struct struct_w_typedefs _3; member
|
/linux/tools/include/nolibc/sys/ ! |
H A D | syscall.h | 13 #define __syscall_narg(_0, _1, _2, _3, _4, _5, _6, N, ...) N argument
|
/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/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 | 228 #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
|
/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
|