Searched defs:statusreg_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c165 kmutex_t statusreg_mutex; /* Protects status register */ member in struct:glvc_soft_state
353 mutex_init(&(softsp->statusreg_mutex), NULL,
397 mutex_destroy(&(softsp->statusreg_mutex));
427 mutex_destroy(&(softsp->statusreg_mutex));
920 mutex_enter(&softsp->statusreg_mutex);
922 mutex_exit(&softsp->statusreg_mutex);

Completed in 74 milliseconds