Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsunmdi.c7500 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1041 kcondvar_t vhc_cv; member