Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dpelt.h9 bool update_other_load_avgs(struct rq *rq);
H A Dpelt.c476 bool update_other_load_avgs(struct rq *rq) in update_other_load_avgs() function
H A Dext.c3172 update_other_load_avgs(rq); in set_next_task_scx()
3571 update_other_load_avgs(rq); in scx_tick()
H A Dsched.h3333 static inline bool update_other_load_avgs(struct rq *rq) { return false; } in update_other_load_avgs() function
H A Dfair.c9776 updated = update_other_load_avgs(rq); in __update_blocked_others()