Lines Matching defs:name
108 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name) argument
115 #define __static_call(name) \ argument
122 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument
126 #define DECLARE_STATIC_CALL(name, func) \ argument
130 #define static_call_update(name, func) \ argument
161 #define DEFINE_STATIC_CALL(name, _func) \ argument
169 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
177 #define static_call(name) __static_call(name) argument
178 #define static_call_cond(name) (void)__static_call(name) argument
180 #define EXPORT_STATIC_CALL(name) \ argument
184 #define EXPORT_STATIC_CALL_GPL(name) \ argument
196 #define DEFINE_STATIC_CALL(name, _func) \ argument
203 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
210 #define static_call(name) __static_call(name) argument
211 #define static_call_cond(name) (void)__static_call(name) argument
227 #define EXPORT_STATIC_CALL(name) \ argument
231 #define EXPORT_STATIC_CALL_GPL(name) \ argument
243 #define DEFINE_STATIC_CALL(name, _func) \ argument
249 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
255 #define static_call(name) \ argument
272 #define __static_call_cond(name) \ argument
280 #define static_call_cond(name) (void)__static_call_cond(name) argument
293 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
294 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument