Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dffs_softdep.c1275 &stat_flush_threads, 0, "");
1513 atomic_add_int(&stat_flush_threads, 1); in softdep_flush()
1519 if (stat_flush_threads == 1) in softdep_flush()
1550 atomic_subtract_int(&stat_flush_threads, 1); in softdep_flush()
1609 max_softdeps / stat_flush_threads) || in softdep_speedup()
1612 (max_softdeps / 2) / stat_flush_threads)) && in softdep_speedup()
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()
[all …]