Searched refs:fc_open_lock (Results 1 – 1 of 1) sorted by relevance
65 static kmutex_t fc_open_lock; /* serialize instance assignment */ variable137 mutex_init(&fc_open_lock, NULL, MUTEX_DRIVER, NULL); in _init()142 mutex_destroy(&fc_open_lock); in _init()166 mutex_destroy(&fc_open_lock); in _fini()265 mutex_enter(&fc_open_lock); in fc_open()274 if (cv_wait_sig(&fc_open_cv, &fc_open_lock) == 0) { in fc_open()275 mutex_exit(&fc_open_lock); in fc_open()290 mutex_exit(&fc_open_lock); in fc_open()363 mutex_enter(&fc_open_lock); in fc_close()372 mutex_exit(&fc_open_lock); in fc_close()[all …]