Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dthread.c78 struct kmem_cache *thread_cache; /* cache of free threads */ variable
184 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()
200 thread_cache = kmem_cache_create("thread_cache", sizeof (kthread_t), in thread_init()
394 t = kmem_cache_alloc(thread_cache, KM_SLEEP); in thread_create()
808 kmem_cache_free(thread_cache, t); in thread_free()