Searched refs:newThrottleCause (Results 1 – 1 of 1) sorted by relevance
604 uint8_t newThrottleCause = throttleCause; in updateThrottle() local611 newThrottleCause |= newReason; in updateThrottle()620 newThrottleCause &= ~newReason; in updateThrottle()625 if (newThrottleCause != throttleCause) in updateThrottle()627 if (newThrottleCause == THROTTLED_NONE) in updateThrottle()640 "INST", instance, "REASON", newThrottleCause, "PRIOR", in updateThrottle()642 throttleCause = newThrottleCause; in updateThrottle()