Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/selinux/
H A Davc.c123 static struct kmem_cache *avc_xperms_data_cachep; variable
148 avc_xperms_data_cachep = kmem_cache_create("avc_xperms_data", in avc_init()
233 kmem_cache_free(avc_xperms_data_cachep, xpd->allowed); in avc_xperms_decision_free()
235 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow); in avc_xperms_decision_free()
237 kmem_cache_free(avc_xperms_data_cachep, xpd->dontaudit); in avc_xperms_decision_free()
307 xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
313 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
319 xpd->dontaudit = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
/kernel/linux/linux-6.6/security/selinux/
H A Davc.c121 static struct kmem_cache *avc_xperms_data_cachep __ro_after_init;
146 avc_xperms_data_cachep = kmem_cache_create("avc_xperms_data", in avc_init()
231 kmem_cache_free(avc_xperms_data_cachep, xpd->allowed); in avc_xperms_decision_free()
233 kmem_cache_free(avc_xperms_data_cachep, xpd->auditallow); in avc_xperms_decision_free()
235 kmem_cache_free(avc_xperms_data_cachep, xpd->dontaudit); in avc_xperms_decision_free()
305 xpd->allowed = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
311 xpd->auditallow = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()
317 xpd->dontaudit = kmem_cache_zalloc(avc_xperms_data_cachep, in avc_xperms_decision_alloc()

Completed in 4 milliseconds