Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Dhashtab.c13 static struct kmem_cache *hashtab_node_cachep; variable
63 newnode = kmem_cache_zalloc(hashtab_node_cachep, GFP_KERNEL); in hashtab_insert()
112 kmem_cache_free(hashtab_node_cachep, temp); in hashtab_destroy()
175 hashtab_node_cachep = kmem_cache_create("hashtab_node", in hashtab_cache_init()