Home
last modified time | relevance | path

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

/kernel/
Dfork.c266 static struct kmem_cache *thread_stack_cache; variable
271 return kmem_cache_alloc_node(thread_stack_cache, THREADINFO_GFP, node); in alloc_thread_stack_node()
276 kmem_cache_free(thread_stack_cache, tsk->stack); in free_thread_stack()
281 thread_stack_cache = kmem_cache_create("thread_stack", THREAD_SIZE, in thread_stack_cache_init()
283 BUG_ON(thread_stack_cache == NULL); in thread_stack_cache_init()