Searched refs:vh_client_mutex (Results 1 – 2 of 2) sorted by relevance
282 kmutex_t vh_client_mutex; /* Client mutex */ member296 #define MDI_VHCI_CLIENT_LOCK(vh) mutex_enter(&(vh)->vh_client_mutex)297 #define MDI_VHCI_CLIENT_TRYLOCK(vh) mutex_tryenter(&(vh)->vh_client_mutex)298 #define MDI_VHCI_CLIENT_UNLOCK(vh) mutex_exit(&(vh)->vh_client_mutex)300 #define MDI_VHCI_CLIENT_LOCKED(vh) MUTEX_HELD(&(vh)->vh_client_mutex)
456 mutex_init(&vh->vh_client_mutex, NULL, MUTEX_DEFAULT, NULL); in mdi_vhci_register()566 mutex_destroy(&vh->vh_client_mutex); in mdi_vhci_unregister()