Searched refs:throttleHandle (Results 1 – 2 of 2) sorted by relevance
599 if (!throttleHandle) in updateThrottle()633 throttleHandle->throttled(false); in updateThrottle()634 throttleHandle->throttleCauses({}); in updateThrottle()648 throttleHandle->ThrottleReasons::PowerLimit); in updateThrottle()653 throttleHandle->ThrottleReasons::ThermalLimit); in updateThrottle()658 throttleHandle->ThrottleReasons::ManagementDetectedFault); in updateThrottle()660 throttleHandle->throttleCauses(updatedCauses); in updateThrottle()661 throttleHandle->throttled(true); in updateThrottle()
245 if (nullptr != throttleHandle) in updateProcAssociation()247 throttleHandle.reset(); in updateProcAssociation()251 throttleHandle = std::make_unique<ThrottleInterface>( in updateProcAssociation()394 std::unique_ptr<ThrottleInterface> throttleHandle; member in open_power::occ::Status