Searched refs:sync_retries (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4044 static int sync_retries = 20; /* number of retries when not making progress */ variable
4045 static int sync_triesleft; /* portion of sync_retries remaining */
4073 * sync_retries consecutive calls to bio_busy() and page_busy() without
4091 sync_triesleft = sync_retries;
4108 sync_triesleft = sync_retries;

Completed in 67 milliseconds