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

/linux-master/include/linux/
H A Dsched.h421 struct load_weight { struct
463 * For all other cases (including 32-bit kernels), struct load_weight's
468 * Then it is the load_weight's responsibility to consider overflow
538 struct load_weight load;
/linux-master/kernel/sched/
H A Dfair.c171 static inline void update_load_add(struct load_weight *lw, unsigned long inc)
177 static inline void update_load_sub(struct load_weight *lw, unsigned long dec)
183 static inline void update_load_set(struct load_weight *lw, unsigned long w)
237 static void __update_inv_weight(struct load_weight *lw)
266 static u64 __calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw)
3848 struct load_weight *load = &se->load;
H A Dsched.h574 struct load_weight load;
H A Dcore.c1330 struct load_weight *load = &p->se.load;

Completed in 261 milliseconds