Home
last modified time | relevance | path

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

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