Lines Matching refs:paiext_root
68 static struct paiext_root { /* Anchor to per CPU data */ struct
71 } paiext_root; argument
76 if (!--paiext_root.refcnt) { in paiext_root_free()
77 free_percpu(paiext_root.mapptr); in paiext_root_free()
78 paiext_root.mapptr = NULL; in paiext_root_free()
89 if (++paiext_root.refcnt == 1) { in paiext_root_alloc()
91 paiext_root.mapptr = alloc_percpu(struct paiext_mapptr); in paiext_root_alloc()
92 if (!paiext_root.mapptr) { in paiext_root_alloc()
126 struct paiext_mapptr *mp = per_cpu_ptr(paiext_root.mapptr, event->cpu); in paiext_event_destroy()
166 mp = per_cpu_ptr(paiext_root.mapptr, event->cpu); in paiext_alloc()
294 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); in paiext_getdata()
338 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); in paiext_add()
370 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); in paiext_del()
429 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); in paiext_push_sample()