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

/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c79 static kmutex_t fsflush_lock; /* just for the cv_wait */ variable
372 mutex_init(&fsflush_lock, NULL, MUTEX_DEFAULT, NULL);
388 CALLB_CPR_INIT(&cprinfo, &fsflush_lock, callb_generic_cpr, "fsflush");
391 mutex_enter(&fsflush_lock);
393 cv_wait(&fsflush_cv, &fsflush_lock); /* wait for clock */
394 CALLB_CPR_SAFE_END(&cprinfo, &fsflush_lock);
395 mutex_exit(&fsflush_lock);

Completed in 45 milliseconds