Searched refs:__static_call_update (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | static_call.h | 133 __static_call_update(&STATIC_CALL_KEY(name), \ 157 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); 214 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 283 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
|
| /Linux-v5.10/kernel/ |
| D | static_call.c | 118 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 199 EXPORT_SYMBOL_GPL(__static_call_update);
|
| D | tracepoint.c | 244 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
|