Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/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.h167 struct static_call_mod { struct
168 struct static_call_mod *next; argument
A Dkernel.h110 static_call_mod(might_resched)(); in might_resched()
A Dsched.h2077 return static_call_mod(cond_resched)(); in _cond_resched()
/linux-6.3-rc2/kernel/
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()
409 struct static_call_mod *site_mod, **prev; in static_call_del_module()
/linux-6.3-rc2/arch/x86/include/asm/
A Dperf_event.h591 static_call_mod(perf_lopwr_cb)(lopwr_in); in perf_lopwr_cb()

Completed in 24 milliseconds