avc_xperms_data_cachep  120 security/selinux/avc.c static struct kmem_cache *avc_xperms_data_cachep;
avc_xperms_data_cachep  145 security/selinux/avc.c 	avc_xperms_data_cachep = kmem_cache_create("avc_xperms_data",
avc_xperms_data_cachep  230 security/selinux/avc.c 		kmem_cache_free(avc_xperms_data_cachep, xpd->allowed);
avc_xperms_data_cachep  232 security/selinux/avc.c 		kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow);
avc_xperms_data_cachep  234 security/selinux/avc.c 		kmem_cache_free(avc_xperms_data_cachep, xpd->dontaudit);
avc_xperms_data_cachep  303 security/selinux/avc.c 		xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep,
avc_xperms_data_cachep  309 security/selinux/avc.c 		xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep,
avc_xperms_data_cachep  315 security/selinux/avc.c 		xpd->dontaudit = kmem_cache_zalloc(avc_xperms_data_cachep,