Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h460 struct load_weight { struct
574 struct load_weight load;
575 struct load_weight h_load;
/linux/kernel/sched/
H A Dfair.c171 static inline void update_load_add(struct load_weight *lw, unsigned long inc) in update_load_add()
177 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) in update_load_sub()
183 static inline void update_load_set(struct load_weight *lw, unsigned long w) in update_load_set()
238 static void __update_inv_weight(struct load_weight *lw) in __update_inv_weight()
267 static u64 __calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw) in __calc_delta()
294 static u64 __calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw) in __calc_delta()
4807 const struct load_weight *lw) in reweight_task_fair()
H A Dsched.h682 struct load_weight load;
2747 const struct load_weight *lw);
H A Dcore.c1537 struct load_weight lw; in set_load_weight()
/linux/kernel/sched/ext/
H A Dext.c4246 const struct load_weight *lw) in reweight_task_scx()