Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h500 uint_t sq_nciputctrl; member
864 int nlocks = (sq)->sq_nciputctrl; \
877 int nlocks = (sq)->sq_nciputctrl; \
890 int nlocks = (sq)->sq_nciputctrl; \
905 int nlocks = (sq)->sq_nciputctrl; \
923 int nlocks = (sq)->sq_nciputctrl; \
936 int ncounts = (sq)->sq_nciputctrl; \
969 int ncounts = (sq)->sq_nciputctrl; \
/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c182 ix = CPU->cpu_seqid & sq->sq_nciputctrl; in putnext()
451 ix = CPU->cpu_seqid & sq->sq_nciputctrl; in put()
H A Dstrsubr.c602 int nlocks = (sq)->sq_nciputctrl; \
617 int nlocks = (sq)->sq_nciputctrl; \
817 ASSERT(sq->sq_nciputctrl == 0); in syncq_destructor()
2563 ASSERT(rq->q_syncq->sq_nciputctrl == n_ciputctrl - 1); in setq()
2565 rq->q_syncq->sq_nciputctrl, 0); in setq()
2569 rq->q_syncq->sq_nciputctrl = 0; in setq()
2574 ASSERT(wq->q_syncq->sq_nciputctrl == n_ciputctrl - 1); in setq()
2576 wq->q_syncq->sq_nciputctrl, 0); in setq()
2580 wq->q_syncq->sq_nciputctrl = 0; in setq()
3423 sq->sq_nciputctrl = 0; in allocq()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4073 ASSERT(sq->sq_nciputctrl == 0); in create_syncq_putlocks()
4074 sq->sq_nciputctrl = n_ciputctrl - 1; in create_syncq_putlocks()
4086 ASSERT(sq->sq_nciputctrl == n_ciputctrl - 1); in create_syncq_putlocks()