Home
last modified time | relevance | path

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

/titanic_50/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;
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c458 kmutex_t ql_global_hw_mutex; variable
629 mutex_init(&ql_global_hw_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
633 mutex_destroy(&ql_global_hw_mutex); in _init()
703 mutex_destroy(&ql_global_hw_mutex); in _fini()