Home
last modified time | relevance | path

Searched refs: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); in fsflush()
388 CALLB_CPR_INIT(&cprinfo, &fsflush_lock, callb_generic_cpr, "fsflush"); in fsflush()
391 mutex_enter(&fsflush_lock); in fsflush()
393 cv_wait(&fsflush_cv, &fsflush_lock); /* wait for clock */ in fsflush()
394 CALLB_CPR_SAFE_END(&cprinfo, &fsflush_lock); in fsflush()
395 mutex_exit(&fsflush_lock); in fsflush()