Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c326 struct kmem_cache *ciputctrl_cache = NULL; variable
881 ciputctrl_cache = kmem_cache_create("ciputctrl_cache", in strinit()
2542 ASSERT(ciputctrl_cache != NULL); in setq()
2543 kmem_cache_free(ciputctrl_cache, rq->q_syncq->sq_ciputctrl); in setq()
2553 ASSERT(ciputctrl_cache != NULL); in setq()
2554 kmem_cache_free(ciputctrl_cache, wq->q_syncq->sq_ciputctrl); in setq()
3334 ASSERT(ciputctrl_cache != NULL); in shfree()
3335 kmem_cache_free(ciputctrl_cache, stp->sd_ciputctrl); in shfree()
3477 ASSERT(ciputctrl_cache != NULL); in freeq()
3478 kmem_cache_free(ciputctrl_cache, sq->sq_ciputctrl); in freeq()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dstream.c4072 ASSERT(ciputctrl_cache != NULL); in create_syncq_putlocks()
4079 cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP); in create_syncq_putlocks()
4084 kmem_cache_free(ciputctrl_cache, cip); in create_syncq_putlocks()
4154 ASSERT(ciputctrl_cache != NULL); in create_putlocks()
4157 cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP); in create_putlocks()
4162 kmem_cache_free(ciputctrl_cache, cip); in create_putlocks()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1278 extern struct kmem_cache *ciputctrl_cache;