Searched refs:mapptr (Results 1 – 2 of 2) sorted by relevance
58 struct paiext_map *mapptr; member63 struct paiext_mapptr __percpu *mapptr; member70 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 …]
44 struct paicrypt_map *mapptr; member49 struct paicrypt_mapptr __percpu *mapptr; member56 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 …]