Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dload_predictor.h56 return maxLoad; in GetPredictLoadImpl()
70 maxLoad = std::max({ sum / HIST_SIZE, loadHist[0], loadHist[1] }); in UpdateLoadImpl()
75 maxLoad = 0; in ClearImpl()
82 uint64_t maxLoad = 0; variable