Searched refs:rdq (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c54 peer = (uintptr_t)tmx.rdq;
70 (uintptr_t)tmx.peerq, (uintptr_t)tmx.rdq);
79 return ((uintptr_t)tmx.rdq);
/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h55 queue_t *rdq; /* our mux upper read queue */ member in struct:tmx
/illumos-gate/usr/src/uts/common/io/
H A Dlogindmux.c315 tmxp->rdq = q;
726 qp = tmxp->rdq;
737 qp = tmxp->rdq;
756 qp = tmxp->rdq;
790 qp = tmxp->rdq;
884 qp = tmxp->rdq;
900 qp = tmxp->rdq;
935 qenable(WR(tmxp->rdq));
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3205 queue_t *rdq; local
3231 rdq = _RD(wrq);
3610 mutex_enter(QLOCK(rdq));
3612 size = msgdsize(rdq->q_first);
3613 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next)
3616 mutex_exit(QLOCK(rdq));
3627 (void) infonext(rdq, &infod);
3654 mutex_enter(QLOCK(rdq));
3655 for (mp = rdq->q_first; mp != NULL; mp = mp->b_next)
3657 mutex_exit(QLOCK(rdq));
[all...]

Completed in 84 milliseconds