Home
last modified time | relevance | path

Searched defs:static_call_mod (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dstatic_call.h165 struct static_call_mod { struct
166 struct static_call_mod *next; argument
178 extern int static_call_mod_init(struct module *mod); argument
Dstatic_call_types.h84 #define static_call_mod(name) __raw_static_call(name) macro
87 #define static_call_mod(name) __static_call(name) macro