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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1294 static int tickdelay = 2; /* number of ticks to pause during slowdown */ variable
1333 SYSCTL_INT(_debug_softdep, OID_AUTO, tickdelay, CTLFLAG_RW,
1334 &tickdelay, 0, "");
12845 * tickdelay to give ourselves some breathing room.
13019 * We wait at most tickdelay before proceeding in any case.
13023 callout_reset(&softdep_callout, tickdelay > 2 ? tickdelay : 2,
13047 callout_reset(&softdep_callout, tickdelay > 2 ? tickdelay : 2,

Completed in 137 milliseconds