Lines Matching defs:name

64 #define BTF_ID(prefix, name) \  argument
67 #define ____BTF_ID_FLAGS(prefix, name, flags) \ argument
69 #define __BTF_ID_FLAGS(prefix, name, flags, ...) \ argument
71 #define BTF_ID_FLAGS(prefix, name, ...) \ argument
89 #define __BTF_ID_LIST(name, scope) \ argument
96 #define BTF_ID_LIST(name) \ argument
100 #define BTF_ID_LIST_GLOBAL(name, n) \ argument
106 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
109 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
148 #define __BTF_SET_START(name, scope) \ argument
156 #define BTF_SET_START(name) \ argument
160 #define BTF_SET_START_GLOBAL(name) \ argument
164 #define BTF_SET_END(name) \ argument
192 #define __BTF_SET8_START(name, scope, flags) \ argument
202 #define BTF_SET8_START(name) \ argument
205 #define BTF_SET8_END(name) \ argument
212 #define BTF_KFUNCS_START(name) \ argument
215 #define BTF_KFUNCS_END(name) \ argument
220 #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; argument
221 #define BTF_ID(prefix, name) argument
222 #define BTF_ID_FLAGS(prefix, name, ...) argument
224 #define BTF_ID_LIST_GLOBAL(name, n) u32 __maybe_unused name[n]; argument
225 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
226 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
227 #define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 }; argument
228 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 }; argument
229 #define BTF_SET_END(name) argument
230 #define BTF_SET8_START(name) static struct btf_id_set8 __maybe_unused name = { 0 }; argument
231 #define BTF_SET8_END(name) argument
232 #define BTF_KFUNCS_START(name) static struct btf_id_set8 __maybe_unused name = { .flags = BTF_SET8_… argument
233 #define BTF_KFUNCS_END(name) argument
261 #define BTF_SOCK_TYPE(name, str) name, argument
276 #define BTF_TRACING_TYPE(name, type) name, argument