Lines Matching full:ticks
80 #define HTCP_DELTA_L hz /* 1 sec in ticks. */
99 * in units of ticks.
162 /* Time of last congestion event in ticks. */
168 * The maximum number of ticks the value of diff can reach in
214 * for the first HTCP_DELTA_L ticks after either the flow starts in htcp_ack_received()
271 htcp_data->t_last_cong = ticks; in htcp_cb_init()
303 htcp_data->t_last_cong = ticks; in htcp_cong_signal()
320 htcp_data->t_last_cong = ticks; in htcp_cong_signal()
341 htcp_data->t_last_cong = ticks; in htcp_cong_signal()
400 now = ticks; in htcp_recalc_alpha()
403 * If ticks has wrapped around (will happen approximately once every 49 in htcp_recalc_alpha()
421 * If it has been more than HTCP_DELTA_L ticks since congestion, in htcp_recalc_alpha()