Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h90 #define GLOBAL_EL_LOCK() mutex_enter(&ql_global_el_mutex)
91 #define GLOBAL_EL_UNLOCK() mutex_exit(&ql_global_el_mutex)
H A Dql_api.h2164 extern kmutex_t ql_global_el_mutex;
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c459 kmutex_t ql_global_el_mutex; variable
630 mutex_init(&ql_global_el_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
635 mutex_destroy(&ql_global_el_mutex); in _init()
705 mutex_destroy(&ql_global_el_mutex); in _fini()