Searched refs:vhc_lock (Results 1 – 2 of 2) sorted by relevance
7488 mutex_init(&vhc->vhc_lock, NULL, MUTEX_DEFAULT, NULL); in setup_vhci_cache()7578 mutex_destroy(&vhc->vhc_lock); in destroy_vhci_cache()7592 mutex_enter(&vhc->vhc_lock); in stop_vhcache_async_threads()7599 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()7601 mutex_enter(&vhc->vhc_lock); in stop_vhcache_async_threads()7616 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()7622 mutex_exit(&vhc->vhc_lock); in stop_vhcache_async_threads()7639 mutex_enter(&vhc->vhc_lock); in stop_vhcache_flush_thread()7644 mutex_exit(&vhc->vhc_lock); in stop_vhcache_flush_thread()7646 mutex_enter(&vhc->vhc_lock); in stop_vhcache_flush_thread()[all …]
1040 kmutex_t vhc_lock; /* vhci config lock */ member