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

/linux-master/drivers/misc/lkdtm/
H A Dheap.c13 static struct kmem_cache *a_cache; variable in typeref:struct:kmem_cache
337 val = kmem_cache_alloc(a_cache, GFP_KERNEL);
339 pr_info("Unable to allocate a_cache memory.\n");
373 a_cache = kmem_cache_create("lkdtm-heap-a", 64, 0, 0, ctor_a);
380 kmem_cache_destroy(a_cache);

Completed in 129 milliseconds