Home
last modified time | relevance | path

Searched refs:throttleHandle (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_status.cpp599 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()
H A Docc_status.hpp245 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