Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c719 bp = vdp->xdf_f_act; in xdf_kstat_create()
769 bp = vdp->xdf_f_act; in xdf_kstat_delete()
812 if (vdp->xdf_f_act == NULL) { in xdf_bp_push()
816 vdp->xdf_f_act = vdp->xdf_l_act = vdp->xdf_i_act = bp; in xdf_bp_push()
845 ASSERT(VREQ_DONE(BP_VREQ(vdp->xdf_f_act))); in xdf_bp_pop()
846 ASSERT(vdp->xdf_f_act != vdp->xdf_i_act); in xdf_bp_pop()
848 if (bp == vdp->xdf_f_act) { in xdf_bp_pop()
850 vdp->xdf_f_act = bp->av_forw; in xdf_bp_pop()
855 bp_iter = vdp->xdf_f_act; in xdf_bp_pop()
1141 vdp->xdf_i_act = vdp->xdf_f_act; in xdf_ring_destroy()
[all …]
H A Dxdf.h214 buf_t *xdf_f_act; /* active buf list head */ member