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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1292 static int max_softdeps; /* maximum number of structs before slowdown */ variable
1331 SYSCTL_INT(_debug_softdep, OID_AUTO, max_softdeps, CTLFLAG_RW,
1332 &max_softdeps, 0, "");
2198 if (dep_current[D_INODEDEP] > max_softdeps && (flags & NODELAY) == 0)
2393 max_softdeps = desiredvnodes * 4;
2396 newblk_hashtbl = hashinit(max_softdeps / 2, M_NEWBLK, &newblk_hash);
2814 if (dep_current[D_INODEDEP] > (max_softdeps / 10) * 9)
8901 if (!IS_SNAPSHOT(ip) && dep_current[D_DIRREM] > max_softdeps / 2)
12775 max_softdeps_hard = max_softdeps * 11 / 10;
12973 if (ump->softdep_on_worklist > max_softdeps / 1
[all...]

Completed in 141 milliseconds