Lines Matching refs:now
89 * ... |---x---|------| ... |------|-----x (now)
159 * (now) (~1ms ago) (~2ms ago)
180 ___update_load_sum(u64 now, struct sched_avg *sa,
185 delta = now - sa->last_update_time;
191 sa->last_update_time = now;
295 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se)
297 if (___update_load_sum(now, &se->avg, 0, 0, 0)) {
306 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se)
308 if (___update_load_sum(now, &se->avg, !!se->on_rq, se_runnable(se),
320 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq)
322 if (___update_load_sum(now, &cfs_rq->avg,
346 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running)
348 if (___update_load_sum(now, &rq->avg_rt,
372 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running)
374 if (___update_load_sum(now, &rq->avg_dl,
403 int update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity)
405 if (___update_load_sum(now, &rq->avg_thermal,