SYNCER_MAXDELAY
if (v > SYNCER_MAXDELAY)
v = SYNCER_MAXDELAY;
if (delay > SYNCER_MAXDELAY - 2)
delay = SYNCER_MAXDELAY - 2;
ctx->syncer_workitem_pending = hashinit(SYNCER_MAXDELAY, M_DEVBUF,
if (next == 0 || next > SYNCER_MAXDELAY) {
start = SYNCER_MAXDELAY / 2;
incr = SYNCER_MAXDELAY;