Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/io/
H A Dzcons.c416 zc_switch(queue_t *qp) in zc_switch() function
708 if (zc_switch(RD(qp)) != NULL) { in handle_mflush()
709 putnext(zc_switch(RD(qp)), mp); in handle_mflush()
712 } else if ((zc_switch(RD(qp)) != NULL) && in handle_mflush()
719 putnext(zc_switch(RD(qp)), nmp); in handle_mflush()
888 if (zc_switch(RD(qp)) == NULL) { in zc_wput()
918 ASSERT(zc_switch(RD(qp)) != NULL); in zc_wput()
919 putnext(zc_switch(RD(qp)), mp); in zc_wput()
930 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput()
932 putnext(RD(zc_switch(qp)), mp); in zc_wput()
[all …]