Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7499 mutex_init(&vhc->vhc_lock, NULL, MUTEX_DEFAULT, NULL); in setup_vhci_cache()
7589 mutex_destroy(&vhc->vhc_lock); in destroy_vhci_cache()
7603 mutex_enter(&vhc->vhc_lock); in stop_vhcache_async_threads()
7610 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()
7612 mutex_enter(&vhc->vhc_lock); in stop_vhcache_async_threads()
7627 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()
7633 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()
7650 mutex_enter(&vhc->vhc_lock); in stop_vhcache_flush_thread()
7655 mutex_exit(&vhc->vhc_lock); in stop_vhcache_flush_thread()
7657 mutex_enter(&vhc->vhc_lock); in stop_vhcache_flush_thread()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1040 kmutex_t vhc_lock; /* vhci config lock */ member