Searched refs:paicrypt_root (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c47 static struct paicrypt_root { /* Anchor to per CPU data */ struct
50 } paicrypt_root; variable in typeref:struct:paicrypt_root
55 if (refcount_dec_and_test(&paicrypt_root.refcnt)) {
56 free_percpu(paicrypt_root.mapptr);
57 paicrypt_root.mapptr = NULL;
60 refcount_read(&paicrypt_root.refcnt));
71 if (!refcount_inc_not_zero(&paicrypt_root.refcnt)) {
73 paicrypt_root.mapptr = alloc_percpu(struct paicrypt_mapptr);
74 if (!paicrypt_root.mapptr)
76 refcount_set(&paicrypt_root
[all...]

Completed in 114 milliseconds