Re: [PATCH v3 7/8] sched/fair: Simplify the entry condition for update_idle_cpu_scan()
From: Chen, Yu C
Date: Sat Feb 14 2026 - 10:42:05 EST
On 1/20/2026 7:32 PM, K Prateek Nayak wrote:
Only the topmost SD_SHARE_LLC domain has the "sd->shared" assigned.
Simply use "sd->shared" as an indicator for load balancing at the highest
SD_SHARE_LLC domain in update_idle_cpu_scan() instead of relying on
llc_size.
Signed-off-by: K Prateek Nayak <kprateek.nayak@xxxxxxx>
---
Reviewed-by: Chen Yu <yu.c.chen@xxxxxxxxx>
thanks,
Chenyu