Searched refs:max_softdeps (Results 1 – 1 of 1) sorted by relevance
1228 static int max_softdeps; /* maximum number of structs before slowdown */ variable1268 SYSCTL_INT(_debug_softdep, OID_AUTO, max_softdeps, CTLFLAG_RW,1269 &max_softdeps, 0, "");1607 max_softdeps / stat_flush_threads) || in softdep_speedup()1610 (max_softdeps / 2) / stat_flush_threads)) && in softdep_speedup()2535 max_softdeps = desiredvnodes * 4; in softdep_initialize()2537 max_softdeps = desiredvnodes * 2; in softdep_initialize()2608 sdp->sd_newblkhash = hashinit(max_softdeps / 2, M_NEWBLK, in softdep_mount()3060 limit = (max_softdeps / 10) * 9; in journal_space()13510 max_softdeps_hard = max_softdeps * 11 / 10; in softdep_slowdown()[all …]