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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5703 queue_t *qp, *nextqp; local
5765 nextqp = qp->q_next;
5768 * If nextqp exists and the other stream is different
5771 * stream. Assumes that nextqp was at least valid when
5775 if ((nextqp != NULL) && (STREAM(nextqp) != stp)) {
5779 claimstr(nextqp);
5782 if (nextqp != qp->q_next) {
5784 releasestr(nextqp);
5788 qp = _RD(STREAM(nextqp)
[all...]

Completed in 68 milliseconds