]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/fair: Add related data structure for task based throttle
authorValentin Schneider <vschneid@redhat.com>
Fri, 29 Aug 2025 08:11:16 +0000 (16:11 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 3 Sep 2025 08:03:13 +0000 (10:03 +0200)
commit2cd571245b43492867bf1b4252485f3e6647b643
tree19dac6d002a52d6580cb90948f737e235f7cbf7f
parent7bd291abe2da09f59dca81f35a4ec220e5e138a2
sched/fair: Add related data structure for task based throttle

Add related data structures for this new throttle functionality.

Tesed-by: K Prateek Nayak <kprateek.nayak@amd.com>
Signed-off-by: Valentin Schneider <vschneid@redhat.com>
Signed-off-by: Aaron Lu <ziqianlu@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Chengming Zhou <chengming.zhou@linux.dev>
Tested-by: Valentin Schneider <vschneid@redhat.com>
Tested-by: Matteo Martelli <matteo.martelli@codethink.co.uk>
Link: https://lore.kernel.org/r/20250829081120.806-2-ziqianlu@bytedance.com
include/linux/sched.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/sched.h