Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtracepoint.c81 static void rcu_free_old_probes(struct rcu_head *head) in rcu_free_old_probes() function
95 call_rcu_sched(tmp, rcu_free_old_probes); in release_early_probes()
126 call_rcu_sched(&tp_probes->rcu, rcu_free_old_probes); in release_probes()