Searched refs:minsync (Results 1 – 2 of 2) sorted by relevance
1021 u_char minsync; /* Minimum sync period factor */ member3472 if (period <= 250) np->minsync = 10;3473 else if (period <= 303) np->minsync = 11;3474 else if (period <= 500) np->minsync = 12;3475 else np->minsync = (period + 40 - 1) / 40;3481 if (np->minsync < 25 && !(np->features & (FE_ULTRA|FE_ULTRA2)))3482 np->minsync = 25;3483 else if (np->minsync < 12 && !(np->features & FE_ULTRA2))3484 np->minsync = 12;3615 if (usrsync < np->minsync)[all …]
1606 u_char minsync; /* Min sync period factor (ST) */ member2530 if (period <= 250) np->minsync = 10; in sym_prepare_setting()2531 else if (period <= 303) np->minsync = 11; in sym_prepare_setting()2532 else if (period <= 500) np->minsync = 12; in sym_prepare_setting()2533 else np->minsync = (period + 40 - 1) / 40; in sym_prepare_setting()2538 if (np->minsync < 25 && in sym_prepare_setting()2540 np->minsync = 25; in sym_prepare_setting()2541 else if (np->minsync < 12 && in sym_prepare_setting()2543 np->minsync = 12; in sym_prepare_setting()2733 tp->tinfo.user.period = np->minsync; in sym_prepare_setting()[all …]