Searched refs:pidControlLoop (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-pid-control/pid/ |
H A D | pidloop.cpp | 49 void pidControlLoop(std::shared_ptr<ZoneInterface> zone, in pidControlLoop() function 119 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop() 153 pidControlLoop(zone, timer, isCanceling, false, cycleCnt); in pidControlLoop()
|
H A D | pidloop.hpp | 22 void pidControlLoop(std::shared_ptr<ZoneInterface> zone,
|
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 187 pidControlLoop(i.second, timer, &state::isCanceling); in restartControlLoops()
|