Searched refs:tickdelay (Results 1 – 1 of 1) sorted by relevance
1229 static int tickdelay = 2; /* number of ticks to pause during slowdown */ variable 1270 SYSCTL_INT(_debug_softdep, OID_AUTO, tickdelay, CTLFLAG_RW,1271 &tickdelay, 0, "");13972 * We wait at most tickdelay before proceeding in any case. in request_cleanup() 13978 callout_reset(&softdep_callout, tickdelay > 2 ? tickdelay : 2, in request_cleanup()