Searched refs:report_interval (Results 1 – 1 of 1) sorted by relevance
172 uint32_t report_interval = param.options.report_interval_ms; in tcp_upload_async_work() local178 uint32_t rounds = (duration + report_interval - 1) / report_interval; in tcp_upload_async_work()179 uint32_t last_round_duration = duration - ((rounds - 1) * report_interval); in tcp_upload_async_work()189 round_duration = report_interval; in tcp_upload_async_work()