Home
last modified time | relevance | path

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

/linux/include/linux/
A Dstatic_call.h155 __static_call_update(&STATIC_CALL_KEY(name), \
177 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
238 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
315 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() function
/linux/kernel/
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);
A Dtracepoint.c317 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()

Completed in 8 milliseconds