Skip to content
Commit 0feb1fbf authored by Pierre Gondois's avatar Pierre Gondois
Browse files

sched/fair: Use util_burst for util_est updates

Util_burst allows to have an estimation of the size of a task
independently from co-scheduled tasks and their nice value. It
provides a utilization value as if a task had not been sharing the
rq with other tasks.

This means that util_burst:
- reaches a higher value than util_avg at dequeue
- fits the purpose of util_est better than util_avg

Make use of the newly added util_burst signal to update util_est.
parent 75a14031
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment