Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ufs/ffs/
H A Dffs_softdep.c1301 &stat_flush_threads, 0, "");
1390 atomic_add_int(&stat_flush_threads, 1);
1396 if (stat_flush_threads == 1)
1423 atomic_subtract_int(&stat_flush_threads, 1);
1465 max_softdeps / stat_flush_threads) ||
1468 (max_softdeps / 2) / stat_flush_threads)) &&
13258 (max_softdeps_hard / 2) / stat_flush_threads &&
13260 max_softdeps_hard / stat_flush_threads &&
13262 (max_softdeps_hard / 1000) / stat_flush_threads &&
13264 max_softdeps_hard / stat_flush_threads) {
[all …]