Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h499 ciputctrl_t *sq_ciputctrl; member
862 if ((sq)->sq_ciputctrl != NULL) { \
865 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
875 if ((sq)->sq_ciputctrl != NULL) { \
878 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
888 if ((sq)->sq_ciputctrl != NULL) { \
891 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
903 if ((sq)->sq_ciputctrl != NULL) { \
906 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
921 if ((sq)->sq_ciputctrl != NULL) { \
[all …]
/illumos-gate/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.c600 if ((sq)->sq_ciputctrl != NULL) { \
603 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
615 if ((sq)->sq_ciputctrl != NULL) { \
618 ciputctrl_t *cip = (sq)->sq_ciputctrl; \
816 ASSERT(sq->sq_ciputctrl == NULL); in syncq_destructor()
2562 rq->q_syncq != NULL && rq->q_syncq->sq_ciputctrl != NULL) { in setq()
2564 SUMCHECK_CIPUTCTRL_COUNTS(rq->q_syncq->sq_ciputctrl, in setq()
2567 kmem_cache_free(ciputctrl_cache, rq->q_syncq->sq_ciputctrl); in setq()
2568 rq->q_syncq->sq_ciputctrl = NULL; in setq()
2573 wq->q_syncq != NULL && wq->q_syncq->sq_ciputctrl != NULL) { in setq()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3813 ASSERT(sq->sq_ciputctrl == NULL || (flags & SQ_CIPUT)); in rwnext()
3978 ASSERT(sq->sq_ciputctrl == NULL || (flags & SQ_CIPUT)); in infonext()
4085 if (sq->sq_ciputctrl == NULL) { in create_syncq_putlocks()
4089 if (sq->sq_ciputctrl != NULL) { in create_syncq_putlocks()
4102 sq->sq_ciputctrl = cip; in create_syncq_putlocks()