Home
last modified time | relevance | path

Searched refs:sync_triesleft (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4023 static int sync_triesleft; /* portion of sync_retries remaining */ variable
4057 sync_triesleft = sync_retries; in vfs_syncall()
4062 while (sync_triesleft > 0) { in vfs_syncall()
4073 sync_triesleft = sync_retries; in vfs_syncall()
4075 sync_triesleft--; in vfs_syncall()