
14 Oct
2021
14 Oct
'21
5:37 p.m.
sched: load tracking optimization. Yu Jiahua (3): sched: Introcude config option SCHED_OPTIMIZE_LOAD_TRACKING sched: Add switch for update_blocked_averages sched: Add frequency control for load update in scheduler_tick include/linux/sched/sysctl.h | 13 ++++ init/Kconfig | 8 +++ kernel/sched/fair.c | 126 +++++++++++++++++++++++++++++++++++ kernel/sysctl.c | 27 ++++++++ 4 files changed, 174 insertions(+) -- 2.20.1