Searched refs:vhc_cv (Results 1 – 2 of 2) sorted by relevance
7500 cv_init(&vhc->vhc_cv, NULL, CV_DRIVER, NULL); in setup_vhci_cache()7590 cv_destroy(&vhc->vhc_cv); in destroy_vhci_cache()7606 cv_broadcast(&vhc->vhc_cv); in stop_vhcache_async_threads()7652 cv_broadcast(&vhc->vhc_cv); in stop_vhcache_flush_thread()8356 (void) cv_timedwait(&vhc->vhc_cv, in vhcache_flush_thread()8376 (void) cv_timedwait(&vhc->vhc_cv, &vhc->vhc_lock, in vhcache_flush_thread()8419 cv_broadcast(&vhc->vhc_cv); in vhcache_dirty()8818 (void) cv_timedwait(&vhc->vhc_cv, &vhc->vhc_lock, in config_client_paths_thread()8887 cv_broadcast(&vhc->vhc_cv); in config_client_paths_async()8990 cv_wait(&vhc->vhc_cv, &vhc->vhc_lock); in single_threaded_vhconfig_enter()[all …]
1041 kcondvar_t vhc_cv; member