Lines Matching refs:Update
21 void Deadline::Update(uint64_t deadlineUs)
29 FFRT_LOGI("Deadline %lu Update %lu Abs %lu", deadlineUs, deadlineNs, absDeadlineNs);
56 void PerfCtrl::Update(bool force)
70 void PerfCtrl::Update(uint64_t deadlineNs, uint64_t load, bool force)
81 FFRT_LOGI("Update Load %lu, Deadline %lu, Util %lu\n", load, deadlineNs, predUtil);
83 Update(force);
124 ctrl.Update(1, 0, true);
146 ctrl.Update(Ddl().ToNs(), lp.GetTotalLoad(), true);
152 void DefaultInterval::Update(uint64_t deadlineUs)
161 Ddl().Update(deadlineUs);
190 ctrl.Update(Ddl().LeftNs(), lp.GetCPLoad());
219 ctrl.Update(true);
222 ctrl.Update();
226 ctrl.Update(true);