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

sched/fair: Do util_est_update() after dequeue_entities()

Task signals are updated through:
dequeue_entities()
\-update_load_avg()
  \-__update_load_avg_se()

As util_est relies on the task util_avg signal at dequeue, reversing
the two calls allows to have a more recent util_avg value.
parent 0feb1fbf
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