Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c93 kmem_cache_t *wbuf64_cache; variable
106 wbuf64_cache = kmem_cache_create("wbuf64_cache", WIN64_SIZE, in lwp_stk_cache_init()
151 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_stk_init()
172 kmem_cache_free(wbuf64_cache, mpcb->mpcb_wbuf); in lwp_stk_fini()
222 wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_forkregs()
225 kmem_cache_free(wbuf64_cache, wbuf); in lwp_forkregs()
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h102 extern struct kmem_cache *wbuf64_cache;
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c837 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in setregs()
843 kmem_cache_free(wbuf64_cache, mpcb->mpcb_wbuf); in setregs()