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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4042 int sync_timeleft; /* portion of sync_timeout remaining */ variable
4060 * sync_timeleft (a timer implemented by the omnipresent deadman() cyclic), and
4065 * The sync_timeleft counter is reset by bio_busy() and page_busy() using the
4069 * setting sync_timeleft to zero. This timer guards against vfs_syncall()
4125 sync_timeleft = 0;
4130 * If we are in the middle of the sync phase of panic, reset sync_timeleft to
4133 * store to sync_timeleft here since the deadman() is firing at high-level
4143 sync_timeleft = sync_timeout;

Completed in 82 milliseconds