Home
last modified time | relevance | path

Searched refs:ipsExitUtil (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpowermode.hpp73 uint8_t ipsExitUtil = 0; member
83 ipsEnterUtil, ipsEnterTime, ipsExitUtil, ipsExitTime, in serialize()
145 modeData.ipsExitUtil = exitUtil; in updateIPS()
189 exitUtil = modeData.ipsExitUtil; in getIPS()
H A Dpowermode.cpp806 "ETIME", modeData.ipsEnterTime, "XUTIL", modeData.ipsExitUtil, in print()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2696 const std::optional<uint8_t> ipsExitUtil, in setIdlePowerSaver() argument
2706 [asyncResp, ipsEnable, ipsEnterUtil, ipsEnterTime, ipsExitUtil, in setIdlePowerSaver()
2776 if (ipsExitUtil) in setIdlePowerSaver()
2781 "ExitUtilizationPercent", *ipsExitUtil); in setIdlePowerSaver()
3230 std::optional<uint8_t> ipsExitUtil; member
3351 patchParams.ipsEnterTime || patchParams.ipsExitUtil || in processComputerSystemPatch()
3356 patchParams.ipsExitUtil, patchParams.ipsExitTime); in processComputerSystemPatch()
3405 "IdlePowerSaver/ExitUtilizationPercent", patchParams.ipsExitUtil, // in handleComputerSystemPatch()