Searched refs:tp_probes (Results 1 – 1 of 1) sorted by relevance
86 struct tp_probes { struct99 struct tp_probes *p = kmalloc(struct_size(p, probes, count), in allocate_probes() argument106 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() local113 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()