Searched defs:static_call_mod (Results 1 – 3 of 3) sorted by relevance
165 struct static_call_mod { struct166 struct static_call_mod *next; argument178 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
Completed in 6 milliseconds