Searched refs:timerMutex (Results 1 – 3 of 3) sorted by relevance
83 void BNXE_LOCK_ENTER_TIMER (um_device_t * pUM) { mutex_enter(&pUM->timerMutex); … in BNXE_LOCK_ENTER_TIMER()84 void BNXE_LOCK_EXIT_TIMER (um_device_t * pUM) { mutex_exit(&pUM->timerMutex); … in BNXE_LOCK_EXIT_TIMER()
625 kmutex_t timerMutex; member973 #define BNXE_LOCK_ENTER_TIMER(pUM) mutex_enter(&(pUM)->timerMutex)974 #define BNXE_LOCK_EXIT_TIMER(pUM) mutex_exit(&(pUM)->timerMutex)
283 mutex_init(&pUM->timerMutex, NULL, in BnxeMutexInit()329 mutex_destroy(&pUM->timerMutex); in BnxeMutexDestroy()