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
185 #define DEFINE_STATIC_CALL(name, _func) \ argument
193 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
201 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
209 #define static_call_cond(name) (void)__static_call(name) argument
211 #define EXPORT_STATIC_CALL(name) \ argument
214 #define EXPORT_STATIC_CALL_GPL(name) \ argument
219 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
222 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
230 #define DEFINE_STATIC_CALL(name, _func) \ argument
237 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
244 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
251 #define static_call_cond(name) (void)__static_call(name) argument
269 #define EXPORT_STATIC_CALL(name) \ argument
272 #define EXPORT_STATIC_CALL_GPL(name) \ argument
277 #define EXPORT_STATIC_CALL_TRAMP(name) \ argument
279 #define EXPORT_STATIC_CALL_TRAMP_GPL(name) \ argument
291 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument
297 #define DEFINE_STATIC_CALL(name, _func) \ argument
300 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument
303 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
320 #define __static_call_cond(name) \ argument
328 #define static_call_cond(name) (void)__static_call_cond(name) argument
341 #define EXPORT_STATIC_CALL(name) EXPORT_SYMBOL(STATIC_CALL_KEY(name)) argument
342 #define EXPORT_STATIC_CALL_GPL(name) EXPORT_SYMBOL_GPL(STATIC_CALL_KEY(name)) argument