Lines Matching defs:name

146 #define STATIC_CALL_TRAMP_ADDR(name) &STATIC_CALL_TRAMP(name)  argument
149 #define STATIC_CALL_TRAMP_ADDR(name) NULL argument
152 #define static_call_update(name, func) \ argument
159 #define static_call_query(name) (READ_ONCE(STATIC_CALL_KEY(name).func)) argument
183 #define DEFINE_STATIC_CALL(name, _func) \ argument
191 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
199 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
207 #define static_call_cond(name) (void)__static_call(name) argument
209 #define EXPORT_STATIC_CALL(name) \ argument
212 #define EXPORT_STATIC_CALL_GPL(name) \ argument
217 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
220 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
228 #define DEFINE_STATIC_CALL(name, _func) \ argument
235 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
242 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
249 #define static_call_cond(name) (void)__static_call(name) argument
267 #define EXPORT_STATIC_CALL(name) \ argument
270 #define EXPORT_STATIC_CALL_GPL(name) \ argument
275 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
277 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
289 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument
295 #define DEFINE_STATIC_CALL(name, _func) \ argument
298 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
301 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
318 #define __static_call_cond(name) \ argument
326 #define static_call_cond(name) (void)__static_call_cond(name) argument
339 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
340 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument