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.c79 struct kmem_cache *lwp_cache; /* cache of free lwps */ variable in typeref:struct:kmem_cache
192 lwp_cache = kmem_cache_create("lwp_cache", sizeof (klwp_t),
205 lwp_cache = kmem_cache_create("lwp_cache", sizeof (klwp_t),
805 kmem_cache_free(lwp_cache, lwp);
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c258 lwp = kmem_cache_alloc(lwp_cache, KM_SLEEP);

Completed in 82 milliseconds