Searched refs:xnf_cv_multicast (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h175 kcondvar_t xnf_cv_multicast; member in struct:xnf
H A Dxnf.c561 cv_broadcast(&xnfp->xnf_cv_multicast);
878 cv_init(&xnfp->xnf_cv_multicast, NULL, CV_DEFAULT, NULL);
985 cv_destroy(&xnfp->xnf_cv_multicast);
1078 cv_destroy(&xnfp->xnf_cv_multicast);
1199 cv_wait(&xnfp->xnf_cv_multicast,
1303 cv_broadcast(&xnfp->xnf_cv_multicast);

Completed in 109 milliseconds