Home
last modified time | relevance | path

Searched refs:sq_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h477 uint16_t sq_type; /* type (concurrency) of syncq */ member
866 ASSERT((sq)->sq_type & SQ_CIPUT); \
879 ASSERT((sq)->sq_type & SQ_CIPUT); \
892 ASSERT((sq)->sq_type & SQ_CIPUT); \
907 ASSERT((sq)->sq_type & SQ_CIPUT); \
925 ASSERT((sq)->sq_type & SQ_CIPUT); \
937 ASSERT((sq)->sq_type & SQ_CIPUT); \
971 ASSERT((sq)->sq_type & SQ_CIPUT); \
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c707 is_sq_cioc = (sq->sq_type & SQ_CIOC) ? 1 : 0; in qwait_sig()
819 is_sq_cioc = (sq->sq_type & SQ_CIOC) ? 1 : 0; in qwait()
930 if (!(sq->sq_type & SQ_CIPUT)) { in qwait_rw()
H A Dputnext.c256 ASSERT(!(sq->sq_type & SQ_CIPUT)); in putnext()
523 ASSERT(!(sq->sq_type & SQ_CIPUT)); in put()
H A Dstrsubr.c819 ASSERT(sq->sq_type == 0); in syncq_destructor()
2596 sq->sq_type = sqtype; in setq()
2627 sq->sq_type = rq->q_syncq->sq_type; in setq()
3420 sq->sq_type = 0; in allocq()
5421 type = sq->sq_type; in entersq()
5541 type = sq->sq_type; in leavesq()
5578 if (!(sq->sq_type & c_outer)) in leavesq()
5707 sq->sq_type = 0; in free_syncq()
6399 uint16_t type = sq->sq_type; in drain_syncq()
6461 type = sq->sq_type; in drain_syncq()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dclone.c239 ASSERT(rq->q_syncq->sq_type == (SQ_CI|SQ_CO)); in clnopen()
H A Dstream.c4055 if (!(sq->sq_type & SQ_CIPUT)) in create_syncq_putlocks()
4091 ASSERT(sq->sq_type & SQ_CIPUT); in create_syncq_putlocks()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c568 sqtype = (sq.sq_type >> 8) & 0xff; in syncq()