Lines Matching defs:name
108 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument
111 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument
114 #define static_call_update(name, func) \ argument
151 #define DEFINE_STATIC_CALL(name, _func) \ argument
159 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
167 #define static_call_cond(name) (void)__static_call(name) argument
169 #define EXPORT_STATIC_CALL(name) \ argument
172 #define EXPORT_STATIC_CALL_GPL(name) \ argument
177 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
180 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
192 #define DEFINE_STATIC_CALL(name, _func) \ argument
199 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
206 #define static_call_cond(name) (void)__static_call(name) argument
222 #define EXPORT_STATIC_CALL(name) \ argument
225 #define EXPORT_STATIC_CALL_GPL(name) \ argument
230 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
232 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
243 #define DEFINE_STATIC_CALL(name, _func) \ argument
249 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
269 #define __static_call_cond(name) \ argument
277 #define static_call_cond(name) (void)__static_call_cond(name) argument
290 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
291 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument