Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dklwp.h208 extern struct kmem_cache *lwp_cache;
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c81 struct kmem_cache *lwp_cache; /* cache of free lwps */ variable
194 lwp_cache = kmem_cache_create("lwp_cache", sizeof (klwp_t), in thread_init()
207 lwp_cache = kmem_cache_create("lwp_cache", sizeof (klwp_t), in thread_init()
795 kmem_cache_free(lwp_cache, lwp); in thread_free()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c257 lwp = kmem_cache_alloc(lwp_cache, KM_SLEEP); in lwp_create()