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.c603 int nlocks = (sq)->sq_nciputctrl; \
818 ASSERT(sq->sq_nciputctrl == 0); in syncq_destructor()
2566 rq->q_syncq->sq_nciputctrl, 0); in setq()
2570 rq->q_syncq->sq_nciputctrl = 0; in setq()
2577 wq->q_syncq->sq_nciputctrl, 0); in setq()
2581 wq->q_syncq->sq_nciputctrl = 0; in setq()
3424 sq->sq_nciputctrl = 0; in allocq()
3501 sq->sq_nciputctrl, 0); in freeq()
3505 sq->sq_nciputctrl = 0; in freeq()
5685 sq->sq_nciputctrl, 0); in free_syncq()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4067 ASSERT(sq->sq_nciputctrl == 0); in create_syncq_putlocks()
4068 sq->sq_nciputctrl = n_ciputctrl - 1; in create_syncq_putlocks()
4080 ASSERT(sq->sq_nciputctrl == n_ciputctrl - 1); in create_syncq_putlocks()