Lines Matching defs:name
47 #define BTF_ID(prefix, name) \ argument
65 #define __BTF_ID_LIST(name, scope) \ argument
72 #define BTF_ID_LIST(name) \ argument
76 #define BTF_ID_LIST_GLOBAL(name) \ argument
82 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
121 #define __BTF_SET_START(name, scope) \ argument
129 #define BTF_SET_START(name) \ argument
133 #define BTF_SET_START_GLOBAL(name) \ argument
137 #define BTF_SET_END(name) \ argument
146 #define BTF_ID_LIST(name) static u32 name[5]; argument
147 #define BTF_ID(prefix, name) argument
149 #define BTF_ID_LIST_GLOBAL(name) u32 name[1]; argument
150 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 name[1]; argument
151 #define BTF_SET_START(name) static struct btf_id_set name = { 0 }; argument
152 #define BTF_SET_START_GLOBAL(name) static struct btf_id_set name = { 0 }; argument
153 #define BTF_SET_END(name) argument
178 #define BTF_SOCK_TYPE(name, str) name, argument