Home
last modified time | relevance | path

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

/kernel/
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);
Dtracepoint.c338 __static_call_update(tp->static_call_key, tp->static_call_tramp, func); in tracepoint_update_call()