Skip to content
Open
1 change: 1 addition & 0 deletions include/linux/sched/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ struct sched_domain_shared {
atomic_t ref;
atomic_t nr_busy_cpus;
int has_idle_cores;
struct sparsemask *cfs_overload_cpus;
int nr_idle_scan;
};

Expand Down
Loading
Loading