Home | History | Annotate | Download | only in kern

Lines Matching defs:pps_shift

216 static int pps_shift = PPS_FAVG;	/* interval duration (s) (shift) */
311 pps_shift = PPS_FAVG;
398 ntv->shift = pps_shift;
515 L_RSHIFT(ftemp, pps_shift);
800 if (u_sec < (1 << pps_shift))
817 u_nsec = MAXFREQ << pps_shift;
819 pps_shift)) {
837 L_RSHIFT(ftemp, pps_shift);
855 if (pps_shift < pps_shiftmax) {
856 pps_shift++;
859 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) {
861 if (pps_shift > PPS_FAVG) {
862 pps_shift--;