Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2217 #define GLOBAL_TIMER_LOCK() mutex_enter(&ql_global_timer_mutex)
2218 #define GLOBAL_TIMER_UNLOCK() mutex_exit(&ql_global_timer_mutex)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c558 kmutex_t ql_global_timer_mutex; variable
721 mutex_init(&ql_global_timer_mutex, NULL, MUTEX_DRIVER, NULL); in _init()
724 mutex_destroy(&ql_global_timer_mutex); in _init()
761 mutex_destroy(&ql_global_timer_mutex); in _fini()