Searched refs:tp_probes (Results 1 – 1 of 1) sorted by relevance
64 struct tp_probes { struct71 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes() argument72 + sizeof(struct tp_probes), GFP_KERNEL); in allocate_probes()78 kfree(container_of(head, struct tp_probes, rcu)); in srcu_free_old_probes()107 struct tp_probes *tp_probes = container_of(old, in release_probes() local108 struct tp_probes, probes[0]); in release_probes()115 tp_probes->rcu.next = early_probes; in release_probes()116 early_probes = &tp_probes->rcu; in release_probes()126 call_rcu_sched(&tp_probes->rcu, rcu_free_old_probes); in release_probes()