Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dzcons.c420 zc_switch(queue_t *qp) in zc_switch() function
713 if (zc_switch(RD(qp)) != NULL) { in handle_mflush()
714 putnext(zc_switch(RD(qp)), mp); in handle_mflush()
717 } else if ((zc_switch(RD(qp)) != NULL) && in handle_mflush()
724 putnext(zc_switch(RD(qp)), nmp); in handle_mflush()
893 if (zc_switch(RD(qp)) == NULL) { in zc_wput()
923 ASSERT(zc_switch(RD(qp)) != NULL); in zc_wput()
924 putnext(zc_switch(RD(qp)), mp); in zc_wput()
935 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput()
937 putnext(RD(zc_switch(qp)), mp); in zc_wput()
[all …]