Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.h216 buf_t *xdf_i_act; /* active buf list index */ member
H A Dxdf.c815 ASSERT(vdp->xdf_i_act == NULL); in xdf_bp_push()
816 vdp->xdf_f_act = vdp->xdf_l_act = vdp->xdf_i_act = bp; in xdf_bp_push()
823 if (vdp->xdf_i_act == NULL) in xdf_bp_push()
824 vdp->xdf_i_act = bp; in xdf_bp_push()
846 ASSERT(vdp->xdf_f_act != vdp->xdf_i_act); in xdf_bp_pop()
859 ASSERT(bp_iter != vdp->xdf_i_act); in xdf_bp_pop()
892 if ((bp = vdp->xdf_i_act) == NULL) in xdf_bp_next()
898 vdp->xdf_i_act = bp->av_forw; in xdf_bp_next()
1141 vdp->xdf_i_act = vdp->xdf_f_act; in xdf_ring_destroy()