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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1293 static int maxindirdeps = 50; /* max number of indirdeps before slowdown */ variable
1335 SYSCTL_INT(_debug_softdep, OID_AUTO, maxindirdeps, CTLFLAG_RW,
1336 &maxindirdeps, 0, "");
12778 VFSTOUFS(vp->v_mount)->um_numindirdeps < maxindirdeps &&
12783 if (VFSTOUFS(vp->v_mount)->um_numindirdeps >= maxindirdeps || jlow)

Completed in 176 milliseconds