Searched refs:taskstats_cache (Results 1 – 1 of 1) sorted by relevance
33 struct kmem_cache *taskstats_cache; variable565 stats_new = kmem_cache_zalloc(taskstats_cache, GFP_KERNEL); in taskstats_tgid_alloc()581 kmem_cache_free(taskstats_cache, stats_new); in taskstats_tgid_alloc()700 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()