Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A Dusercopy.c24 static struct kmem_cache *whitelist_cache; variable
210 if (!whitelist_cache) { in do_usercopy_slab_whitelist()
218 buf = kmem_cache_alloc(whitelist_cache, GFP_KERNEL); in do_usercopy_slab_whitelist()
272 kmem_cache_free(whitelist_cache, buf); in do_usercopy_slab_whitelist()
428 whitelist_cache = in lkdtm_usercopy_init()
438 kmem_cache_destroy(whitelist_cache); in lkdtm_usercopy_exit()