Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h282 kmutex_t vh_client_mutex; /* Client mutex */ member
296 #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)
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c456 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()