Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c92 kmem_cache_t *wbuf64_cache; variable
105 wbuf64_cache = kmem_cache_create("wbuf64_cache", WIN64_SIZE, in lwp_stk_cache_init()
150 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_stk_init()
171 kmem_cache_free(wbuf64_cache, mpcb->mpcb_wbuf); in lwp_stk_fini()
216 wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in lwp_forkregs()
219 kmem_cache_free(wbuf64_cache, wbuf); in lwp_forkregs()
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h102 extern struct kmem_cache *wbuf64_cache;
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dv9dep.c836 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP); in setregs()
842 kmem_cache_free(wbuf64_cache, mpcb->mpcb_wbuf); in setregs()