Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h217 list_t xdf_vreq_act; /* active vreq list */ member
H A Dxdf.c318 list_insert_head(&vdp->xdf_vreq_act, (void *)vreq); in vreq_get()
331 list_remove(&vdp->xdf_vreq_act, vreq); in vreq_free()
1107 ASSERT(list_is_empty(&vdp->xdf_vreq_act)); in xdf_ring_destroy()
1133 while ((vreq = list_head(&vdp->xdf_vreq_act)) != NULL) { in xdf_ring_destroy()
1439 if (!list_is_empty(&vdp->xdf_vreq_act) || (vdp->xdf_f_act != NULL)) { in xdf_busy()
3468 list_create(&vdp->xdf_vreq_act, sizeof (v_req_t), in xdf_attach()
3746 list_destroy(&vdp->xdf_vreq_act); in xdf_detach()