Searched defs:pps_shift (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c181 * interval, the duration of which is nominally pps_shift in powers of
219 int32_t pps_shift = PPS_SHIFT; /* interval duration (s) (shift) */ variable
1367 if (pps_count < (1 << pps_shift))
1378 v_usec = -(-v_usec >> pps_shift);
1380 v_usec = v_usec >> pps_shift;
1405 pps_shift = PPS_SHIFT;
1479 if (u_usec << pps_shift > bigtick >> 2) {
1481 if (pps_shift > PPS_SHIFT)
1482 pps_shift--;
1485 if (pps_shift < PPS_SHIFTMA
[all...]

Completed in 48 milliseconds