Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c80 struct kmem_cache *thread_cache; /* cache of free threads */ variable
186 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()