Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h220 buf_t *xdf_i_act; /* active buf list index */ member
H A Dxdf.c829 ASSERT(vdp->xdf_i_act == NULL); in xdf_bp_push()
830 vdp->xdf_f_act = vdp->xdf_l_act = vdp->xdf_i_act = bp; in xdf_bp_push()
837 if (vdp->xdf_i_act == NULL) in xdf_bp_push()
838 vdp->xdf_i_act = bp; in xdf_bp_push()
860 ASSERT(vdp->xdf_f_act != vdp->xdf_i_act); in xdf_bp_pop()
873 ASSERT(bp_iter != vdp->xdf_i_act); in xdf_bp_pop()
906 if ((bp = vdp->xdf_i_act) == NULL) in xdf_bp_next()
912 vdp->xdf_i_act = bp->av_forw; in xdf_bp_next()
1155 vdp->xdf_i_act = vdp->xdf_f_act; in xdf_ring_destroy()