Searched defs:static_call_mod (Results 1 – 3 of 3) sorted by relevance
167 struct static_call_mod { struct168 struct static_call_mod *next; argument180 extern int static_call_mod_init(struct module *mod); argument
84 #define static_call_mod(name) __raw_static_call(name) macro87 #define static_call_mod(name) __static_call(name) macro