Home
last modified time | relevance | path

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

/linux/tools/include/linux/
A Dstatic_call_types.h66 struct static_call_mod *mods;
84 #define static_call_mod(name) __raw_static_call(name) macro
87 #define static_call_mod(name) __static_call(name) macro
/linux/include/linux/
A Dstatic_call_types.h66 struct static_call_mod *mods;
84 #define static_call_mod(name) __raw_static_call(name) macro
87 #define static_call_mod(name) __static_call(name) macro
A Dstatic_call.h165 struct static_call_mod { struct
166 struct static_call_mod *next; argument
A Dkernel.h101 static_call_mod(might_resched)(); in might_resched()
A Dsched.h2017 return static_call_mod(cond_resched)(); in _cond_resched()
/linux/kernel/
A Dstatic_call.c107 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next()
126 struct static_call_mod *site_mod, first; in __static_call_update()
145 first = (struct static_call_mod){ in __static_call_update()
215 struct static_call_mod *site_mod; in __static_call_init()
398 struct static_call_mod *site_mod, **prev; in static_call_del_module()

Completed in 19 milliseconds