Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h241 timeout_id_t xdf_timeout_id; member
H A Dxdf.c193 vdp->xdf_timeout_id = 0; in xdf_timeout_handler()
248 if (vdp->xdf_timeout_id == 0) in gs_get()
250 vdp->xdf_timeout_id = in gs_get()
303 if (vdp->xdf_timeout_id == 0) in vreq_get()
305 vdp->xdf_timeout_id = in vreq_get()
3732 if (vdp->xdf_timeout_id != 0) in xdf_detach()
3733 (void) untimeout(vdp->xdf_timeout_id); in xdf_detach()