Home
last modified time | relevance | path

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

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