Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/lkdtm/
H A Dheap.c12 static struct kmem_cache *a_cache; variable
278 val = kmem_cache_alloc(a_cache, GFP_KERNEL); in lkdtm_SLAB_FREE_CROSS()
314 a_cache = kmem_cache_create("lkdtm-heap-a", 64, 0, 0, ctor_a); in lkdtm_heap_init()
321 kmem_cache_destroy(a_cache); in lkdtm_heap_exit()