Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/os/
H A Dmachdep.c91 kmem_cache_t *wbuf32_cache; variable
103 wbuf32_cache = kmem_cache_create("wbuf32_cache", WIN32_SIZE, in lwp_stk_cache_init()
147 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_stk_init()
169 kmem_cache_free(wbuf32_cache, mpcb->mpcb_wbuf); in lwp_stk_fini()
215 kmem_cache_free(wbuf32_cache, wbuf); in lwp_forkregs()
220 wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in lwp_forkregs()
/titanic_50/usr/src/uts/sparc/v9/sys/
H A Dmachpcb.h101 extern struct kmem_cache *wbuf32_cache;
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c835 kmem_cache_free(wbuf32_cache, mpcb->mpcb_wbuf); in setregs()
843 mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP); in setregs()