Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c1344 &stat_flush_threads, 0, "");
1577 atomic_add_int(&stat_flush_threads, 1);
1583 if (stat_flush_threads == 1)
1614 atomic_subtract_int(&stat_flush_threads, 1);
1673 max_softdeps / stat_flush_threads) ||
1676 (max_softdeps / 2) / stat_flush_threads)) &&
13729 (max_softdeps_hard / 2) / stat_flush_threads &&
13731 max_softdeps_hard / stat_flush_threads &&
13733 (max_softdeps_hard / 1000) / stat_flush_threads &&
13735 max_softdeps_hard / stat_flush_threads) {
[all …]