Searched refs:paiext_root (Results 1 – 1 of 1) sorted by relevance
61 static struct paiext_root { /* Anchor to per CPU data */ struct64 } paiext_root; argument69 if (refcount_dec_and_test(&paiext_root.refcnt)) { in paiext_root_free()70 free_percpu(paiext_root.mapptr); in paiext_root_free()71 paiext_root.mapptr = NULL; in paiext_root_free()74 refcount_read(&paiext_root.refcnt)); in paiext_root_free()84 if (!refcount_inc_not_zero(&paiext_root.refcnt)) { in paiext_root_alloc()86 paiext_root.mapptr = alloc_percpu(struct paiext_mapptr); in paiext_root_alloc()87 if (!paiext_root.mapptr) { in paiext_root_alloc()95 refcount_set(&paiext_root.refcnt, 1); in paiext_root_alloc()[all …]