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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1325 static int stat_cleanup_high_delay; /* Maximum cleanup delay (in ticks) */ variable
1380 &stat_cleanup_high_delay, 0, "");
12939 if (time_second - starttime > stat_cleanup_high_delay)
12940 stat_cleanup_high_delay = time_second - starttime;

Completed in 89 milliseconds