Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c92 kmem_cache_t *wbuf32_cache; variable
104 wbuf32_cache = kmem_cache_create("wbuf32_cache", WIN32_SIZE, in lwp_stk_cache_init()
148 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_stk_init()
170 kmem_cache_free(wbuf32_cache, mpcb->mpcb_wbuf); in lwp_stk_fini()
221 kmem_cache_free(wbuf32_cache, wbuf); in lwp_forkregs()
226 wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_forkregs()
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h101 extern struct kmem_cache *wbuf32_cache;
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c836 kmem_cache_free(wbuf32_cache, mpcb->mpcb_wbuf); in setregs()
844 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in setregs()