Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/ !
H A Dffs_softdep.c1247 static int stat_sync_limit_hit; /* number of synchronous slowdowns imposed */ variable
1287 CTLFLAG_RW | CTLFLAG_STATS, &stat_sync_limit_hit, 0, "");
13533 stat_sync_limit_hit += 1; in softdep_slowdown()