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, _func_init) \ argument
191 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
199 #define static_call_cond(name) (void)__static_call(name) argument
201 #define EXPORT_STATIC_CALL(name) \ argument
204 #define EXPORT_STATIC_CALL_GPL(name) \ argument
209 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
212 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
220 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument
227 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
235 #define static_call_cond(name) (void)__static_call(name) argument
256 #define EXPORT_STATIC_CALL(name) \ argument
259 #define EXPORT_STATIC_CALL_GPL(name) \ argument
264 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
266 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
278 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument
284 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
304 #define __static_call_cond(name) \ argument
312 #define static_call_cond(name) (void)__static_call_cond(name) argument
325 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
326 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument
330 #define DEFINE_STATIC_CALL(name, _func) \ argument
333 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument