]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sched/fair: Get rid of throttled_lb_pair()
authorAaron Lu <ziqianlu@bytedance.com>
Fri, 29 Aug 2025 08:11:20 +0000 (16:11 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 3 Sep 2025 08:03:14 +0000 (10:03 +0200)
commit5b726e9bf9544a349090879a513a5e00da486c14
treee2edad7cd15bbd880d489e72dfd387e719d88530
parenteb962f251fbba251a0d34897d6170f7616d70c52
sched/fair: Get rid of throttled_lb_pair()

Now that throttled tasks are dequeued and can not stay on rq's cfs_tasks
list, there is no need to take special care of these throttled tasks
anymore in load balance.

Suggested-by: K Prateek Nayak <kprateek.nayak@amd.com>
Signed-off-by: Aaron Lu <ziqianlu@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Valentin Schneider <vschneid@redhat.com>
Tested-by: Matteo Martelli <matteo.martelli@codethink.co.uk>
Tested-by: K Prateek Nayak <kprateek.nayak@amd.com>
Link: https://lore.kernel.org/r/20250829081120.806-6-ziqianlu@bytedance.com
kernel/sched/fair.c