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

/linux-master/kernel/
H A Dtracepoint.c96 struct tp_probes { struct
109 struct tp_probes *p = kmalloc(struct_size(p, probes, count),
116 kfree(container_of(head, struct tp_probes, rcu));
145 struct tp_probes *tp_probes = container_of(old, local
146 struct tp_probes, probes[0]);
153 tp_probes->rcu.next = early_probes;
154 early_probes = &tp_probes->rcu;
164 call_rcu(&tp_probes->rcu, rcu_free_old_probes);

Completed in 172 milliseconds