Searched refs:total_system_time_passed_us_ (Results 1 – 2 of 2) sorted by relevance
57 if (total_system_time_passed_us_ < config_.stall_threshold->us()) { in ReconcileReceiveTimes()74 total_system_time_passed_us_ += config_.stall_threshold->us(); in ReconcileReceiveTimes()76 total_system_time_passed_us_ += system_time_delta_us; in ReconcileReceiveTimes()78 total_system_time_passed_us_ < config_.stall_threshold->us()) { in ReconcileReceiveTimes()
55 int64_t total_system_time_passed_us_ = 0; variable