Home
last modified time | relevance | path

Searched refs:deadband (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c916 u_int deadband = 1u << (sys_poll - 1); in local_clock() local
918 tc_twinlo = current_time + max(deadband, 60); in local_clock()
919 tc_twinhi = tc_twinlo + deadband; in local_clock()
H A Dntp_proto.c1797 u_long deadband; in receive()
1838 deadband = (1u << pkt->ppoll); in receive()
1840 deadband -= 3; /* allow greater fuzz after volley */ in receive()
1841 if ((current_time - peer->timereceived) < deadband) { in receive()
1845 deadband); in receive()
1865 * deadband: By default, we assume the broadcast in receive()
1873 deadband = (1u << pkt->ppoll) in receive()
1876 deadband = 0; in receive()
1886 && (current_time - peer->timereceived) < deadband) in receive()
1752 u_long deadband; receive() local
/freebsd/sys/dev/evdev/
H A Dinput.h202 uint16_t deadband; /* size of dead zone when no force is produced */ member
/freebsd/contrib/ntp/
H A DCommitLog24013 [Bug 3031] modify deadband
24017 - modify deadband for first round after volley
[all...]