Searched refs:timerMutex (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_lock.c83 void BNXE_LOCK_ENTER_TIMER (um_device_t * pUM) { mutex_enter(&pUM->timerMutex); }
84 void BNXE_LOCK_EXIT_TIMER (um_device_t * pUM) { mutex_exit(&pUM->timerMutex); }
H A Dbnxe.h625 kmutex_t timerMutex; member in struct:_um_device
973 #define BNXE_LOCK_ENTER_TIMER(pUM) mutex_enter(&(pUM)->timerMutex)
974 #define BNXE_LOCK_EXIT_TIMER(pUM) mutex_exit(&(pUM)->timerMutex)
H A Dbnxe_main.c283 mutex_init(&pUM->timerMutex, NULL,
329 mutex_destroy(&pUM->timerMutex);

Completed in 50 milliseconds