Searched refs:seriesCnt (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-pid-control/experiments/ |
H A D | drive.cpp | 72 static void driveGoal(int64_t& seriesCnt, int64_t setPwm, int64_t goal, in driveGoal() argument 95 seriesCnt += 1; in driveGoal() 102 if (check && seriesCnt > 3) in driveGoal() 105 std::tuple<tstamp, int64_t, int64_t> nm2 = series.at(seriesCnt - 3); in driveGoal() 107 std::tuple<tstamp, int64_t, int64_t> nm1 = series.at(seriesCnt - 2); in driveGoal() 123 if (seriesCnt > 150000) in driveGoal() 133 static void driveTime([[maybe_unused]] int64_t& seriesCnt, int64_t setPwm, in driveTime() argument 178 int64_t seriesCnt = 0; /* in case vector count isn't constant time */ in driveMain() local 226 seriesCnt += 1; in driveMain() 241 driveTime(seriesCnt, 128, goal, series, fanSensors); in driveMain() [all …]
|