Searched refs:load_weight (Results 1 – 4 of 4) sorted by relevance
518 struct load_weight *load; in sched_slice()519 struct load_weight lw; in sched_slice()717 atomic_add(load_avg, &tg->load_weight); in update_cfs_rq_load_contribution()772 long load_weight, load, shares; in calc_cfs_shares() local776 load_weight = atomic_read(&tg->load_weight); in calc_cfs_shares()777 load_weight += load; in calc_cfs_shares()778 load_weight -= cfs_rq->load_contribution; in calc_cfs_shares()781 if (load_weight) in calc_cfs_shares()782 shares /= load_weight; in calc_cfs_shares()1405 lw = atomic_read(&tg->load_weight); in effective_load()
214 atomic_read(&cfs_rq->tg->load_weight)); in print_cfs_rq()
258 atomic_t load_weight; member310 struct load_weight load;466 struct load_weight load;1306 struct load_weight *lw) in calc_delta_mine()1331 static inline void update_load_add(struct load_weight *lw, unsigned long inc) in update_load_add()1337 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) in update_load_sub()1343 static inline void update_load_set(struct load_weight *lw, unsigned long w) in update_load_set()
1102 struct load_weight { struct1143 struct load_weight load; /* for load-balancing */