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.c4043 static int sync_triesleft; /* portion of sync_retries remaining */ variable
4077 sync_triesleft = sync_retries; in vfs_syncall()
4082 while (sync_triesleft > 0) { in vfs_syncall()
4093 sync_triesleft = sync_retries; in vfs_syncall()
4095 sync_triesleft--; in vfs_syncall()