Searched refs:__static_call_update (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | static_call.h | 117 __static_call_update(&STATIC_CALL_KEY(name), \ 147 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); 209 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 280 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | static_call.c | 123 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function 207 EXPORT_SYMBOL_GPL(__static_call_update);
|
| H A D | tracepoint.c | 338 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()
|