Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dsched_fair.c518 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() local
776 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()
Dsched_debug.c214 atomic_read(&cfs_rq->tg->load_weight)); in print_cfs_rq()
Dsched.c258 atomic_t load_weight; member
310 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()
/linux-2.6.39/include/linux/
Dsched.h1102 struct load_weight { struct
1143 struct load_weight load; /* for load-balancing */