Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.h213 list_t xdf_vreq_act; /* active vreq list */ member
H A Dxdf.c305 list_insert_head(&vdp->xdf_vreq_act, (void *)vreq); in vreq_get()
318 list_remove(&vdp->xdf_vreq_act, vreq); in vreq_free()
1093 ASSERT(list_is_empty(&vdp->xdf_vreq_act)); in xdf_ring_destroy()
1119 while ((vreq = list_head(&vdp->xdf_vreq_act)) != NULL) { in xdf_ring_destroy()
1425 if (!list_is_empty(&vdp->xdf_vreq_act) || (vdp->xdf_f_act != NULL)) { in xdf_busy()
3284 list_create(&vdp->xdf_vreq_act, sizeof (v_req_t), in xdf_attach()
3494 list_destroy(&vdp->xdf_vreq_act); in xdf_detach()