Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h253 kcondvar_t xdf_hp_status_cv; member
H A Dxdf.c2222 if (cv_wait_sig(&vdp->xdf_hp_status_cv, &vdp->xdf_cb_lk) == 0) { in xdf_hvm_connect()
3154 cv_broadcast(&vdp->xdf_hp_status_cv); in xdf_watch_hp_status_cb()
3471 cv_init(&vdp->xdf_hp_status_cv, NULL, CV_DEFAULT, NULL); in xdf_attach()
3651 cv_destroy(&vdp->xdf_hp_status_cv); in xdf_attach()