Searched defs:fct_global_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c114 static kmutex_t fct_global_mutex; variable
126 mutex_init(&fct_global_mutex, NULL, MUTEX_DRIVER, NULL);
139 mutex_destroy(&fct_global_mutex);
321 mutex_enter(&fct_global_mutex);
329 mutex_exit(&fct_global_mutex);
333 /* invoked with fct_global_mutex locked */
339 ASSERT(mutex_owned(&fct_global_mutex));
363 mutex_exit(&fct_global_mutex);
365 mutex_enter(&fct_global_mutex);
425 mutex_exit(&fct_global_mutex);
[all...]

Completed in 77 milliseconds