Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dclone.c260 leavesq(rq->q_syncq, SQ_OPENCLOSE); in clnopen()
275 entersq(rq->q_syncq, SQ_OPENCLOSE); in clnopen()
310 leavesq(rq->q_syncq, SQ_OPENCLOSE); in clnopen()
320 entersq(rq->q_syncq, SQ_OPENCLOSE); in clnopen()
/titanic_50/usr/src/uts/common/os/
H A Dddi.c751 entersq(sq, SQ_OPENCLOSE); in qwait_sig()
778 entersq(sq, SQ_OPENCLOSE); in qwait_sig()
863 entersq(sq, SQ_OPENCLOSE); in qwait()
890 entersq(sq, SQ_OPENCLOSE); in qwait()
H A Dstrsubr.c1197 entersq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1201 leavesq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1209 leavesq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1228 entersq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1233 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1239 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1272 entersq(qp->q_syncq, SQ_OPENCLOSE); in qdetach()
1284 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qdetach()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h597 #define SQ_OPENCLOSE (SQ_CIOC|SQ_COOC) macro