Searched defs:ticks_elapsed (Results 1 – 3 of 3) sorted by relevance
174 theoretical_cubic_cwnd(int ticks_elapsed, uint32_t wmax_segs, uint32_t cwnd_epoch_segs) in theoretical_cubic_cwnd()193 theoretical_reno_cwnd(int ticks_elapsed, int rtt_ticks, uint32_t wmax_segs) in theoretical_reno_cwnd()
563 ev_int64_t counter_elapsed, counter_usec_elapsed, ticks_elapsed; in evutil_gettime_monotonic_() local