Searched refs:__static_call_update (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | static_call.h | 155 __static_call_update(&STATIC_CALL_KEY(name), \ 179 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); 254 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 331 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
|
D | bpf.h | 1328 __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
|
/linux-6.12.1/kernel/ |
D | static_call_inline.c | 134 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 218 EXPORT_SYMBOL_GPL(__static_call_update);
|
D | tracepoint.c | 317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
|
/linux-6.12.1/security/ |
D | security.c | 414 __static_call_update(scall->key, scall->trampoline, in lsm_static_call_init()
|