Lines Matching refs:minsync
731 if (period <= 250) np->minsync = 10;
732 else if (period <= 303) np->minsync = 11;
733 else if (period <= 500) np->minsync = 12;
734 else np->minsync = (period + 40 - 1) / 40;
739 if (np->minsync < 25 &&
741 np->minsync = 25;
742 else if (np->minsync < 12 &&
744 np->minsync = 12;
1392 if (goal->period < np->minsync)
1393 goal->period = np->minsync;
3970 if (per < np->minsync)
3971 {chg = 1; per = np->minsync;}
4099 unsigned char minsync = dt ? np->minsync_dt : np->minsync; local
4100 if (per < minsync) {
4102 per = minsync;
4331 if (tp->tgoal.period < np->minsync)
4332 tp->tgoal.period = np->minsync;