Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtracepoint.c56 static struct rcu_head *early_probes; variable
92 while (early_probes) { in release_early_probes()
93 tmp = early_probes; in release_early_probes()
94 early_probes = tmp->next; in release_early_probes()
115 tp_probes->rcu.next = early_probes; in release_probes()
116 early_probes = &tp_probes->rcu; in release_probes()