Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1240 static int stat_flush_threads; /* number of softdep flushing threads */ variable
1273 &stat_flush_threads, 0, "");
1511 atomic_add_int(&stat_flush_threads, 1); in softdep_flush()
1517 if (stat_flush_threads == 1) in softdep_flush()
1548 atomic_subtract_int(&stat_flush_threads, 1); in softdep_flush()
1607 max_softdeps / stat_flush_threads) || in softdep_speedup()
1610 (max_softdeps / 2) / stat_flush_threads)) && in softdep_speedup()
3062 ump->softdep_curdeps[D_INODEDEP] > limit / stat_flush_threads) in journal_space()
13516 (max_softdeps_hard / 2) / stat_flush_threads && in softdep_slowdown()
13518 max_softdeps_hard / stat_flush_threads && in softdep_slowdown()
[all …]