Lines Matching refs:stat_flush_threads
1240 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()
13520 (max_softdeps_hard / 1000) / stat_flush_threads && in softdep_slowdown()
13522 max_softdeps_hard / stat_flush_threads) { in softdep_slowdown()
13531 (max_softdeps_hard / 1000) / stat_flush_threads || jlow) in softdep_slowdown()
13817 stat_flush_threads); in softdep_excess_items()