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

/linux-4.1.27/security/selinux/
H A Dhooks.c128 static struct kmem_cache *sel_inode_cache; variable in typeref:struct:kmem_cache
229 isec = kmem_cache_zalloc(sel_inode_cache, GFP_NOFS); inode_alloc_security()
249 kmem_cache_free(sel_inode_cache, isec); inode_free_rcu()
6073 sel_inode_cache = kmem_cache_create("selinux_inode_security", selinux_init()

Completed in 67 milliseconds