Searched refs:check_for_backoff (Results 1 – 1 of 1) sorted by relevance
305 bool check_for_backoff = last_rampup_time_ > last_overuse_time_; in Process() local306 if (check_for_backoff) { in Process()