Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h459 uint16_t sq_type; /* type (concurrency) of syncq */ member
848 ASSERT((sq)->sq_type & SQ_CIPUT); \
861 ASSERT((sq)->sq_type & SQ_CIPUT); \
874 ASSERT((sq)->sq_type & SQ_CIPUT); \
889 ASSERT((sq)->sq_type & SQ_CIPUT); \
907 ASSERT((sq)->sq_type & SQ_CIPUT); \
919 ASSERT((sq)->sq_type & SQ_CIPUT); \
953 ASSERT((sq)->sq_type & SQ_CIPUT); \
/titanic_50/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.c601 ASSERT((sq)->sq_type & SQ_CIPUT); \
616 ASSERT((sq)->sq_type & SQ_CIPUT); \
815 ASSERT(sq->sq_type == 0); in syncq_destructor()
2571 sq->sq_type = sqtype; in setq()
2602 sq->sq_type = rq->q_syncq->sq_type; in setq()
2628 (rq->q_syncq->sq_type & SQ_TYPES_IN_FLAGS)); in setq()
2630 (wq->q_syncq->sq_type & SQ_TYPES_IN_FLAGS)); in setq()
2665 sq->sq_type = sqtype | SQ_PERMOD; in hold_dm()
3395 sq->sq_type = 0; in allocq()
3868 if (((sq->sq_type & SQ_PERMOD) == 0) || in sqenable()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dclone.c239 ASSERT(rq->q_syncq->sq_type == (SQ_CI|SQ_CO)); in clnopen()
H A Dstream.c4074 if (!(sq->sq_type & SQ_CIPUT)) in create_syncq_putlocks()
4110 ASSERT(sq->sq_type & SQ_CIPUT); in create_syncq_putlocks()
/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h145 uint32_t sq_type; /* type flags */ member
204 #define SQ_TYPE_IS(sqp, flags) ((sqp)->sq_type & (flags))
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c564 sqtype = (sq.sq_type >> 8) & 0xff; in syncq()