Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c328 struct kmem_cache *ciputctrl_cache = NULL; variable
884 ciputctrl_cache = kmem_cache_create("ciputctrl_cache", in strinit()
2566 ASSERT(ciputctrl_cache != NULL); in setq()
2567 kmem_cache_free(ciputctrl_cache, rq->q_syncq->sq_ciputctrl); in setq()
2577 ASSERT(ciputctrl_cache != NULL); in setq()
2578 kmem_cache_free(ciputctrl_cache, wq->q_syncq->sq_ciputctrl); in setq()
3358 ASSERT(ciputctrl_cache != NULL); in shfree()
3359 kmem_cache_free(ciputctrl_cache, stp->sd_ciputctrl); in shfree()
3501 ASSERT(ciputctrl_cache != NULL); in freeq()
3502 kmem_cache_free(ciputctrl_cache, sq->sq_ciputctrl); in freeq()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4079 ASSERT(ciputctrl_cache != NULL); in create_syncq_putlocks()
4086 cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP); in create_syncq_putlocks()
4091 kmem_cache_free(ciputctrl_cache, cip); in create_syncq_putlocks()
4161 ASSERT(ciputctrl_cache != NULL); in create_putlocks()
4164 cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP); in create_putlocks()
4169 kmem_cache_free(ciputctrl_cache, cip); in create_putlocks()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1291 extern struct kmem_cache *ciputctrl_cache;