Searched refs:tp_probes (Results 1 – 1 of 1) sorted by relevance
51 struct tp_probes { struct58 struct tp_probes *p = kmalloc(struct_size(p, probes, count), in allocate_probes() argument65 kfree(container_of(head, struct tp_probes, rcu)); in srcu_free_old_probes()94 struct tp_probes *tp_probes = container_of(old, in release_probes() local95 struct tp_probes, probes[0]); in release_probes()102 tp_probes->rcu.next = early_probes; in release_probes()103 early_probes = &tp_probes->rcu; in release_probes()113 call_rcu(&tp_probes->rcu, rcu_free_old_probes); in release_probes()