Loading kernel/sched/fair.c +3 −0 Original line number Diff line number Diff line Loading @@ -4067,6 +4067,9 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) thresh >>= 1; vruntime -= thresh; if (entity_is_task(se) && per_task_boost(task_of(se)) == TASK_BOOST_STRICT_MAX) vruntime -= sysctl_sched_latency; } /* ensure we never gain time by being placed backwards. */ Loading Loading
kernel/sched/fair.c +3 −0 Original line number Diff line number Diff line Loading @@ -4067,6 +4067,9 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) thresh >>= 1; vruntime -= thresh; if (entity_is_task(se) && per_task_boost(task_of(se)) == TASK_BOOST_STRICT_MAX) vruntime -= sysctl_sched_latency; } /* ensure we never gain time by being placed backwards. */ Loading