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

/linux-master/kernel/
H A Dtracepoint.c88 static struct rcu_head *early_probes; variable in typeref:struct:rcu_head
130 while (early_probes) {
131 tmp = early_probes;
132 early_probes = tmp->next;
153 tp_probes->rcu.next = early_probes;
154 early_probes = &tp_probes->rcu;

Completed in 118 milliseconds