Searched refs:ReleaseLogic (Results 1 – 4 of 4) sorted by relevance
163 enum class ReleaseLogic : uint32_t { enum174 ReleaseLogic release_logic;
694 case ReleaseLogic::INCREASE: in throttlingReleaseUpdate()703 case ReleaseLogic::DECREASE: in throttlingReleaseUpdate()712 case ReleaseLogic::STEPWISE: in throttlingReleaseUpdate()723 case ReleaseLogic::RELEASE_TO_FLOOR: in throttlingReleaseUpdate()726 case ReleaseLogic::NONE: in throttlingReleaseUpdate()
693 ReleaseLogic release_logic = ReleaseLogic::NONE; in ParseBindedCdevInfo()788 release_logic = ReleaseLogic::INCREASE; in ParseBindedCdevInfo()791 release_logic = ReleaseLogic::DECREASE; in ParseBindedCdevInfo()794 release_logic = ReleaseLogic::STEPWISE; in ParseBindedCdevInfo()797 release_logic = ReleaseLogic::RELEASE_TO_FLOOR; in ParseBindedCdevInfo()
480 case ReleaseLogic::INCREASE: in dumpThrottlingInfo()483 case ReleaseLogic::DECREASE: in dumpThrottlingInfo()486 case ReleaseLogic::STEPWISE: in dumpThrottlingInfo()489 case ReleaseLogic::RELEASE_TO_FLOOR: in dumpThrottlingInfo()