Searched refs:max_softdeps (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c1291 static int max_softdeps; /* maximum number of structs before slowdown */ variable
1330 SYSCTL_INT(_debug_softdep, OID_AUTO, max_softdeps, CTLFLAG_RW,
1331 &max_softdeps, 0, "");
2203 if (dep_current[D_INODEDEP] > max_softdeps && (flags & NODELAY) == 0)
2398 max_softdeps = desiredvnodes * 4;
2401 newblk_hashtbl = hashinit(max_softdeps / 2, M_NEWBLK, &newblk_hash);
2819 if (dep_current[D_INODEDEP] > (max_softdeps / 10) * 9)
8910 if (!IS_SNAPSHOT(ip) && dep_current[D_DIRREM] > max_softdeps / 2)
12794 max_softdeps_hard = max_softdeps * 11 / 10;
12992 if (ump->softdep_on_worklist > max_softdeps / 1
[all...]

Completed in 82 milliseconds