Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.h249 kcondvar_t xdf_hp_status_cv; member
H A Dxdf.c2211 if (cv_wait_sig(&vdp->xdf_hp_status_cv, &vdp->xdf_cb_lk) == 0) { in xdf_hvm_connect()
3114 cv_broadcast(&vdp->xdf_hp_status_cv); in xdf_watch_hp_status_cb()
3287 cv_init(&vdp->xdf_hp_status_cv, NULL, CV_DEFAULT, NULL); in xdf_attach()
3399 cv_destroy(&vdp->xdf_hp_status_cv); in xdf_attach()