Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsched.h411 struct load_weight { struct
489 * For all other cases (including 32-bit kernels), struct load_weight's
494 * Then it is the load_weight's responsibility to consider overflow
553 struct load_weight load;
412 weightload_weight global() argument
413 inv_weightload_weight global() argument
/openbmc/linux/kernel/sched/
H A Dsched.h547 struct load_weight load;
2444 extern void reweight_task(struct task_struct *p, const struct load_weight *lw);
H A Dfair.c186 static inline void update_load_add(struct load_weight *lw, unsigned long inc) in update_load_add()
192 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) in update_load_sub()
198 static inline void update_load_set(struct load_weight *lw, unsigned long w) in update_load_set()
252 static void __update_inv_weight(struct load_weight *lw) in __update_inv_weight()
281 static u64 __calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw) in __calc_delta()
3904 void reweight_task(struct task_struct *p, const struct load_weight *lw) in reweight_task()
3908 struct load_weight *load = &se->load; in reweight_task()
H A Dcore.c1309 struct load_weight lw; in set_load_weight()