Lines Matching defs:load
104 unsigned long load, unsigned long runnable, int running)
125 if (load) {
129 * if (!load)
142 if (load)
143 sa->load_sum += load * contrib;
165 * following representation of historical load:
171 * This means that the contribution to load ~32ms ago (u_32) will be weighted
172 * approximately half as much as the contribution to load within the last ms
182 unsigned long load, unsigned long runnable, int running)
217 if (!load)
227 if (!accumulate_sum(delta, sa, load, runnable, running))
258 ___update_load_avg(struct sched_avg *sa, unsigned long load)
265 sa->load_avg = div_u64(load * sa->load_sum, divider);
274 * se_weight() = se->load.weight
324 scale_load_down(cfs_rq->load.weight),