Searched refs:ebitmap_node_cachep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | ebitmap.c | 29 static struct kmem_cache *ebitmap_node_cachep; variable 61 new = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_cpy() 187 e_iter = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_netlbl_import() 313 kmem_cache_free(ebitmap_node_cachep, n); in ebitmap_set_bit() 324 new = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_set_bit() 357 kmem_cache_free(ebitmap_node_cachep, temp); in ebitmap_destroy() 427 tmp = kmem_cache_zalloc(ebitmap_node_cachep, GFP_KERNEL); in ebitmap_read() 561 ebitmap_node_cachep = kmem_cache_create("ebitmap_node", in ebitmap_cache_init()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | ebitmap.c | 29 static struct kmem_cache *ebitmap_node_cachep __ro_after_init; 62 new = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_cpy() 188 e_iter = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_netlbl_import() 314 kmem_cache_free(ebitmap_node_cachep, n); in ebitmap_set_bit() 325 new = kmem_cache_zalloc(ebitmap_node_cachep, GFP_ATOMIC); in ebitmap_set_bit() 358 kmem_cache_free(ebitmap_node_cachep, temp); in ebitmap_destroy() 427 tmp = kmem_cache_zalloc(ebitmap_node_cachep, GFP_KERNEL); in ebitmap_read() 561 ebitmap_node_cachep = kmem_cache_create("ebitmap_node", in ebitmap_cache_init()
|
Completed in 2 milliseconds