Home
last modified time | relevance | path

Searched refs:update_hw_load_avg (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dpelt.h16 int update_hw_load_avg(u64 now, struct rq *rq, u64 capacity);
24 update_hw_load_avg(u64 now, struct rq *rq, u64 capacity) in update_hw_load_avg() function
H A Dpelt.c404 int update_hw_load_avg(u64 now, struct rq *rq, u64 capacity) in update_hw_load_avg() function
488 update_hw_load_avg(rq_clock_task(rq), rq, hw_pressure) | in update_other_load_avgs()
H A Dcore.c5530 update_hw_load_avg(rq_clock_task(rq), rq, hw_pressure); in sched_tick()