Home
last modified time | relevance | path

Searched refs:sq_ciputctrl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h481 ciputctrl_t *sq_ciputctrl; member
844 if ((sq)->sq_ciputctrl != NULL) { \
847 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
857 if ((sq)->sq_ciputctrl != NULL) { \
860 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
870 if ((sq)->sq_ciputctrl != NULL) { \
873 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
885 if ((sq)->sq_ciputctrl != NULL) { \
888 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
903 if ((sq)->sq_ciputctrl != NULL) { \
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dputnext.c179 if (sq->sq_ciputctrl != NULL) { in putnext()
183 sqciplock = &sq->sq_ciputctrl[ix].ciputctrl_lock; in putnext()
184 sqcipcount = &sq->sq_ciputctrl[ix].ciputctrl_count; in putnext()
448 if (UseFastlocks && sq->sq_ciputctrl != NULL) { in put()
452 sqciplock = &sq->sq_ciputctrl[ix].ciputctrl_lock; in put()
453 sqcipcount = &sq->sq_ciputctrl[ix].ciputctrl_count; in put()
H A Dstrsubr.c597 if ((sq)->sq_ciputctrl != NULL) { \
600 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
612 if ((sq)->sq_ciputctrl != NULL) { \
615 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
813 ASSERT(sq->sq_ciputctrl == NULL); in syncq_destructor()
2538 rq->q_syncq != NULL && rq->q_syncq->sq_ciputctrl != NULL) { in setq()
2540 SUMCHECK_CIPUTCTRL_COUNTS(rq->q_syncq->sq_ciputctrl, in setq()
2543 kmem_cache_free(ciputctrl_cache, rq->q_syncq->sq_ciputctrl); in setq()
2544 rq->q_syncq->sq_ciputctrl = NULL; in setq()
2549 wq->q_syncq != NULL && wq->q_syncq->sq_ciputctrl != NULL) { in setq()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dstream.c3806 ASSERT(sq->sq_ciputctrl == NULL || (flags & SQ_CIPUT)); in rwnext()
3971 ASSERT(sq->sq_ciputctrl == NULL || (flags & SQ_CIPUT)); in infonext()
4078 if (sq->sq_ciputctrl == NULL) { in create_syncq_putlocks()
4082 if (sq->sq_ciputctrl != NULL) { in create_syncq_putlocks()
4095 sq->sq_ciputctrl = cip; in create_syncq_putlocks()