Searched refs:vhc_cv (Results 1 – 2 of 2) sorted by relevance
7489 cv_init(&vhc->vhc_cv, NULL, CV_DRIVER, NULL); in setup_vhci_cache()7579 cv_destroy(&vhc->vhc_cv); in destroy_vhci_cache()7595 cv_broadcast(&vhc->vhc_cv); in stop_vhcache_async_threads()7641 cv_broadcast(&vhc->vhc_cv); in stop_vhcache_flush_thread()8345 (void) cv_timedwait(&vhc->vhc_cv, in vhcache_flush_thread()8365 (void) cv_timedwait(&vhc->vhc_cv, &vhc->vhc_lock, in vhcache_flush_thread()8408 cv_broadcast(&vhc->vhc_cv); in vhcache_dirty()8807 (void) cv_timedwait(&vhc->vhc_cv, &vhc->vhc_lock, in config_client_paths_thread()8876 cv_broadcast(&vhc->vhc_cv); in config_client_paths_async()8979 cv_wait(&vhc->vhc_cv, &vhc->vhc_lock); in single_threaded_vhconfig_enter()[all …]
1041 kcondvar_t vhc_cv; member