Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dfork.c380 static struct kmem_cache *thread_stack_cache; variable
384 kmem_cache_free(thread_stack_cache, rh); in thread_stack_free_rcu()
397 stack = kmem_cache_alloc_node(thread_stack_cache, THREADINFO_GFP, node); in alloc_thread_stack_node()
411 thread_stack_cache = kmem_cache_create_usercopy("thread_stack", in thread_stack_cache_init()
414 BUG_ON(thread_stack_cache == NULL); in thread_stack_cache_init()