Searched refs:ql_global_hw_mutex (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1956 #define GLOBAL_HW_LOCK() mutex_enter(&ql_global_hw_mutex)
1957 #define GLOBAL_HW_UNLOCK() mutex_exit(&ql_global_hw_mutex)
2163 extern kmutex_t ql_global_hw_mutex;
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c455 kmutex_t ql_global_hw_mutex; variable
626 mutex_init(&ql_global_hw_mutex, NULL, MUTEX_DRIVER, NULL);
630 mutex_destroy(&ql_global_hw_mutex);
700 mutex_destroy(&ql_global_hw_mutex);

Completed in 70 milliseconds