Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c53 static kmutex_t tglobal_mutex; variable
708 mutex_enter(&tglobal_mutex); in ghd_timeout_enable()
714 mutex_exit(&tglobal_mutex); in ghd_timeout_enable()
722 mutex_enter(&tglobal_mutex); in ghd_timeout_disable()
726 mutex_exit(&tglobal_mutex); in ghd_timeout_disable()
739 mutex_init(&tglobal_mutex, NULL, MUTEX_DRIVER, NULL); in ghd_timer_init()
772 mutex_destroy(&tglobal_mutex); in ghd_timer_fini()