Searched defs:bp_iter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c830 buf_t *bp_iter; local
855 bp_iter = vdp->xdf_f_act;
856 while (bp != bp_iter->av_forw) {
857 bp_iter = bp_iter->av_forw;
858 ASSERT(VREQ_DONE(BP_VREQ(bp_iter)));
859 ASSERT(bp_iter != vdp->xdf_i_act);
861 bp_iter->av_forw = bp->av_forw;
863 vdp->xdf_l_act = bp_iter;

Completed in 51 milliseconds