Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfork.c175 static struct kmem_cache *thread_info_cache; variable
180 return kmem_cache_alloc_node(thread_info_cache, THREADINFO_GFP, node); in alloc_thread_info_node()
185 kmem_cache_free(thread_info_cache, ti); in free_thread_info()
190 thread_info_cache = kmem_cache_create("thread_info", THREAD_SIZE, in thread_info_cache_init()
192 BUG_ON(thread_info_cache == NULL); in thread_info_cache_init()