Searched refs:newThrottleCause (Results 1 – 1 of 1) sorted by relevance
607 uint8_t newThrottleCause = throttleCause; in updateThrottle() local614 newThrottleCause |= newReason; in updateThrottle()623 newThrottleCause &= ~newReason; in updateThrottle()628 if (newThrottleCause != throttleCause) in updateThrottle()630 if (newThrottleCause == THROTTLED_NONE) in updateThrottle()643 "INST", instance, "REASON", newThrottleCause, "PRIOR", in updateThrottle()645 throttleCause = newThrottleCause; in updateThrottle()