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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c65 static kmutex_t fc_open_lock; /* serialize instance assignment */ variable
137 mutex_init(&fc_open_lock, NULL, MUTEX_DRIVER, NULL);
142 mutex_destroy(&fc_open_lock);
166 mutex_destroy(&fc_open_lock);
265 mutex_enter(&fc_open_lock);
274 if (cv_wait_sig(&fc_open_cv, &fc_open_lock) == 0) {
275 mutex_exit(&fc_open_lock);
290 mutex_exit(&fc_open_lock);
363 mutex_enter(&fc_open_lock);
372 mutex_exit(&fc_open_lock);
[all...]

Completed in 45 milliseconds