Searched refs:deadband (Results 1 – 4 of 4) sorted by relevance
916 u_int deadband = 1u << (sys_poll - 1); in local_clock() local918 tc_twinlo = current_time + max(deadband, 60); in local_clock()919 tc_twinhi = tc_twinlo + deadband; in local_clock()
1797 u_long deadband; in receive() local1838 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()1873 deadband = (1u << pkt->ppoll) in receive()1876 deadband = 0; in receive()1886 && (current_time - peer->timereceived) < deadband) in receive()
202 uint16_t deadband; /* size of dead zone when no force is produced */ member
24013 [Bug 3031] modify deadband24017 - modify deadband for first round after volley