Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dperf_pai_ext.c58 struct paiext_map *mapptr; member
63 struct paiext_mapptr __percpu *mapptr; member
70 free_percpu(paiext_root.mapptr); in paiext_root_free()
71 paiext_root.mapptr = NULL; in paiext_root_free()
86 paiext_root.mapptr = alloc_percpu(struct paiext_mapptr); in paiext_root_alloc()
87 if (!paiext_root.mapptr) { in paiext_root_alloc()
112 kfree(mp->mapptr->area); in paiext_free()
113 kfree(mp->mapptr->paiext_cb); in paiext_free()
114 kvfree(mp->mapptr->save); in paiext_free()
115 kfree(mp->mapptr); in paiext_free()
[all …]
H A Dperf_pai_crypto.c44 struct paicrypt_map *mapptr; member
49 struct paicrypt_mapptr __percpu *mapptr; member
56 free_percpu(paicrypt_root.mapptr); in paicrypt_root_free()
57 paicrypt_root.mapptr = NULL; in paicrypt_root_free()
73 paicrypt_root.mapptr = alloc_percpu(struct paicrypt_mapptr); in paicrypt_root_alloc()
74 if (!paicrypt_root.mapptr) in paicrypt_root_alloc()
89 struct paicrypt_mapptr *mp = per_cpu_ptr(paicrypt_root.mapptr, cpu); in paicrypt_event_destroy_cpu()
90 struct paicrypt_map *cpump = mp->mapptr; in paicrypt_event_destroy_cpu()
104 mp->mapptr = NULL; in paicrypt_event_destroy_cpu()
139 struct paicrypt_mapptr *mp = this_cpu_ptr(paicrypt_root.mapptr); in paicrypt_getdata()
[all …]