Searched refs:thread_cache (Results 1 – 1 of 1) sorted by relevance
77 struct kmem_cache *thread_cache; /* cache of free threads */ variable183 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()199 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()393 t = kmem_cache_alloc(thread_cache, KM_SLEEP); in thread_create()807 kmem_cache_free(thread_cache, t); in thread_free()