Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H 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
/openbmc/linux/include/linux/
H 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
H A Dstatic_call.h167 struct static_call_mod { struct
168 struct static_call_mod *next; argument
H A Dkernel.h112 static_call_mod(might_resched)(); in might_resched()
H A Dsched.h2097 return static_call_mod(cond_resched)(); in _cond_resched()
/openbmc/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()
409 struct static_call_mod *site_mod, **prev; in static_call_del_module()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h433 static_call_mod(apic_call_send_IPI_mask)(mask, vector); in __apic_send_IPI_mask()
453 static_call_mod(apic_call_send_IPI_self)(vector); in __apic_send_IPI_self()
H A Dperf_event.h606 static_call_mod(perf_lopwr_cb)(lopwr_in); in perf_lopwr_cb()