Searched refs:static_call_mod (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | static_call_types.h | 68 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 D | static_call.h | 169 struct static_call_mod { struct 170 struct static_call_mod *next; argument
|
| H A D | kernel.h | 58 static_call_mod(might_resched)(); in might_resched()
|
| H A D | sched.h | 2108 return static_call_mod(cond_resched)(); in _cond_resched()
|
| /linux/tools/include/linux/ |
| H A D | static_call_types.h | 68 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/kernel/ |
| H A D | static_call_inline.c | 118 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 D | mshyperv.h | 76 return static_call_mod(hv_hypercall)(control, input_address, output_address); in hv_do_hypercall() 103 return static_call_mod(hv_hypercall)(control, input1, 0); in _hv_do_fast_hypercall8() 132 return static_call_mod(hv_hypercall)(control, input1, input2); in _hv_do_fast_hypercall16()
|
| H A D | bug.h | 175 static_call_mod(WARN_trap)(__WARN_bug_entry(__flags, format), ## arg); \
|
| H A D | apic.h | 435 static_call_mod(apic_call_send_IPI_mask)(mask, vector); in __apic_send_IPI_mask() 455 static_call_mod(apic_call_send_IPI_self)(vector); in __apic_send_IPI_self()
|
| H A D | perf_event.h | 811 static_call_mod(perf_lopwr_cb)(lopwr_in); in perf_lopwr_cb()
|