Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c13491 int max_softdeps_hard; in softdep_slowdown() local
13510 max_softdeps_hard = max_softdeps * 11 / 10; in softdep_slowdown()
13511 if (dep_current[D_DIRREM] < max_softdeps_hard / 2 && in softdep_slowdown()
13512 dep_current[D_INODEDEP] < max_softdeps_hard && in softdep_slowdown()
13513 dep_current[D_INDIRDEP] < max_softdeps_hard / 1000 && in softdep_slowdown()
13514 dep_current[D_FREEBLKS] < max_softdeps_hard && jlow == 0 && in softdep_slowdown()
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_thread in softdep_slowdown()
[all...]