Home
last modified time | relevance | path

Searched refs:static_call_mod (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/linux/
H A Dstatic_call_types.h68 struct static_call_mod *mods;
86 #define static_call_mod(name) __raw_static_call(name) macro
89 #define static_call_mod(name) __static_call(name) macro
/linux/include/linux/
H A Dstatic_call_types.h68 struct static_call_mod *mods;
86 #define static_call_mod(name) __raw_static_call(name) macro
89 #define static_call_mod(name) __static_call(name) macro
H A Dstatic_call.h169 struct static_call_mod { struct
170 struct static_call_mod *next; argument
H A Dsched.h2131 return static_call_mod(cond_resched)();
/linux/kernel/
H A Dstatic_call_inline.c118 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next()
137 struct static_call_mod *site_mod, first; in __static_call_update()
156 first = (struct static_call_mod){ in __static_call_update()
226 struct static_call_mod *site_mod; in __static_call_init()
408 struct static_call_mod *site_mod, **prev; in static_call_del_module()
/linux/arch/x86/include/asm/
H A Dbug.h176 static_call_mod(WARN_trap)(__WARN_bug_entry(__flags, format), ## arg); \