Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2256 #define GLOBAL_HW_LOCK() mutex_enter(&ql_global_hw_mutex)
2257 #define GLOBAL_HW_UNLOCK() mutex_exit(&ql_global_hw_mutex)
2463 extern kmutex_t ql_global_hw_mutex;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c556 kmutex_t ql_global_hw_mutex; variable
719 mutex_init(&ql_global_hw_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
726 mutex_destroy(&ql_global_hw_mutex); in _init()
763 mutex_destroy(&ql_global_hw_mutex); in _fini()