Home
last modified time | relevance | path

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

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