Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h372 struct load_weight { struct
450 * For all other cases (including 32-bit kernels), struct load_weight's
455 * Then it is the load_weight's responsibility to consider overflow
508 struct load_weight load;
/device/soc/rockchip/common/sdk_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()
239 static void fair_update_inv_weight(struct load_weight *lw) in fair_update_inv_weight()
269 static u64 fair_calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw) in fair_calc_delta()
752 struct load_weight *load; in sched_slice()
753 struct load_weight lw; in sched_slice()
3236 struct load_weight *load = &se->load; in reweight_task()
H A Dsched.h591 struct load_weight load;
H A Dcore.c912 struct load_weight *load = &p->se.load; in set_load_weight()

Completed in 35 milliseconds