Searched refs:thread_cache (Results 1 – 1 of 1) sorted by relevance
80 struct kmem_cache *thread_cache; /* cache of free threads */ variable186 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()202 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()396 t = kmem_cache_alloc(thread_cache, KM_SLEEP); in thread_create()798 kmem_cache_free(thread_cache, t); in thread_free()