Lines Matching refs:minsync
744 if (period <= 250) np->minsync = 10;
745 else if (period <= 303) np->minsync = 11;
746 else if (period <= 500) np->minsync = 12;
747 else np->minsync = (period + 40 - 1) / 40;
752 if (np->minsync < 25 &&
754 np->minsync = 25;
755 else if (np->minsync < 12 &&
757 np->minsync = 12;
1405 if (goal->period < np->minsync)
1406 goal->period = np->minsync;
3982 if (per < np->minsync)
3983 {chg = 1; per = np->minsync;}
4111 unsigned char minsync = dt ? np->minsync_dt : np->minsync; local
4112 if (per < minsync) {
4114 per = minsync;
4343 if (tp->tgoal.period < np->minsync)
4344 tp->tgoal.period = np->minsync;