Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/
H A Dpidloop.cpp126 uint64_t msPerThermalCycle = zone->getUpdateThermalsCycle(); in pidControlLoop() local
132 if (cycleCnt >= msPerThermalCycle) in pidControlLoop()
134 cycleCnt -= msPerThermalCycle; in pidControlLoop()