Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2214 #define GLOBAL_STATE_LOCK() mutex_enter(&ql_global_mutex)
2215 #define GLOBAL_STATE_UNLOCK() mutex_exit(&ql_global_mutex)
2462 extern kmutex_t ql_global_mutex;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c555 kmutex_t ql_global_mutex; variable
718 mutex_init(&ql_global_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
727 mutex_destroy(&ql_global_mutex); in _init()
764 mutex_destroy(&ql_global_mutex); in _fini()