Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dtracepoint.c57 struct tp_probes { struct
64 struct tp_probes *p = kmalloc(count * sizeof(struct tracepoint_func) in allocate_probes() argument
65 + 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() local
78 struct tp_probes, probes[0]); in release_probes()
79 call_rcu_sched(&tp_probes->rcu, rcu_free_old_probes); in release_probes()