Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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.c1200 entersq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1204 leavesq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1212 leavesq(rq->q_syncq, SQ_OPENCLOSE); in qattach()
1231 entersq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1236 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1242 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qreopen()
1275 entersq(qp->q_syncq, SQ_OPENCLOSE); in qdetach()
1287 leavesq(qp->q_syncq, SQ_OPENCLOSE); in qdetach()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h615 #define SQ_OPENCLOSE (SQ_CIOC|SQ_COOC) macro