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
187 #define DEFINE_STATIC_CALL(name, _func) \ argument
195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
211 #define static_call_cond(name) (void)__static_call(name) argument
213 #define EXPORT_STATIC_CALL(name) \ argument
216 #define EXPORT_STATIC_CALL_GPL(name) \ argument
221 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
224 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
234 #define DEFINE_STATIC_CALL(name, _func) \ argument
241 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
248 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
255 #define static_call_cond(name) (void)__static_call(name) argument
273 #define EXPORT_STATIC_CALL(name) \ argument
276 #define EXPORT_STATIC_CALL_GPL(name) \ argument
281 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
283 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
297 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument
303 #define DEFINE_STATIC_CALL(name, _func) \ argument
306 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
309 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
326 #define __static_call_cond(name) \ argument
334 #define static_call_cond(name) (void)__static_call_cond(name) argument
347 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
348 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument