Home
last modified time | relevance | path

Searched refs:ql_global_el_mutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h89 #define GLOBAL_EL_LOCK() mutex_enter(&ql_global_el_mutex)
90 #define GLOBAL_EL_UNLOCK() mutex_exit(&ql_global_el_mutex)
H A Dql_api.h2464 extern kmutex_t ql_global_el_mutex;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c557 kmutex_t ql_global_el_mutex; variable
720 mutex_init(&ql_global_el_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
725 mutex_destroy(&ql_global_el_mutex); in _init()
762 mutex_destroy(&ql_global_el_mutex); in _fini()