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

/kernel/
H A Dtaskstats.c42 struct kmem_cache *taskstats_cache; variable in typeref:struct:kmem_cache
600 stats = kmem_cache_zalloc(taskstats_cache, GFP_KERNEL);
610 kmem_cache_free(taskstats_cache, stats);
695 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC);

Completed in 74 milliseconds