Home
last modified time | relevance | path

Searched refs:__static_call_update (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h117 __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 Dstatic_call.c123 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 Dtracepoint.c338 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()