Searched defs:static_call_mod (Results 1 – 3 of 3) sorted by relevance
169 struct static_call_mod { struct170 struct static_call_mod *next; argument182 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