Searched refs:tp_probes (Results 1 – 1 of 1) sorted by relevance
57 struct tp_probes { struct64 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes() argument65 + sizeof(struct tp_probes), GFP_KERNEL); in allocate_probes()71 kfree(container_of(head, struct tp_probes, rcu)); in rcu_free_old_probes()77 struct tp_probes *tp_probes = container_of(old, in release_probes() local78 struct tp_probes, probes[0]); in release_probes()79 call_rcu_sched(&tp_probes->rcu, rcu_free_old_probes); in release_probes()