Searched refs:gldMutex (Results 1 – 3 of 3) sorted by relevance
79 void BNXE_LOCK_ENTER_GLD (um_device_t * pUM) { mutex_enter(&pUM->gldMutex); … in BNXE_LOCK_ENTER_GLD()80 void BNXE_LOCK_EXIT_GLD (um_device_t * pUM) { mutex_exit(&pUM->gldMutex); … in BNXE_LOCK_EXIT_GLD()
622 kmutex_t gldMutex; member969 #define BNXE_LOCK_ENTER_GLD(pUM) mutex_enter(&(pUM)->gldMutex)970 #define BNXE_LOCK_EXIT_GLD(pUM) mutex_exit(&(pUM)->gldMutex)
280 mutex_init(&pUM->gldMutex, NULL, in BnxeMutexInit()327 mutex_destroy(&pUM->gldMutex); in BnxeMutexDestroy()