Home
last modified time | relevance | path

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

/drivers/misc/lkdtm/
A Dheap.c13 static struct kmem_cache *a_cache; variable
337 val = kmem_cache_alloc(a_cache, GFP_KERNEL); in lkdtm_SLAB_FREE_CROSS()
362 a_cache = kmem_cache_create("lkdtm-heap-a", 64, 0, SLAB_NO_MERGE, NULL); in lkdtm_heap_init()
369 kmem_cache_destroy(a_cache); in lkdtm_heap_exit()

Completed in 5 milliseconds