Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dtracepoint.c86 struct tp_probes { struct
99 struct tp_probes *p = kmalloc(struct_size(p, probes, count), in allocate_probes() argument
106 kfree(container_of(head, struct tp_probes, rcu)); in rcu_free_old_probes()
112 struct tp_probes *tp_probes = container_of(old, in release_probes() local
113 struct tp_probes, probes[0]); in release_probes()
116 call_rcu_tasks_trace(&tp_probes->rcu, rcu_free_old_probes); in release_probes()
118 call_rcu(&tp_probes->rcu, rcu_free_old_probes); in release_probes()