Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dperf_pai_ext.c61 static struct paiext_root { /* Anchor to per CPU data */ struct
64 } paiext_root; argument
69 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 …]