On Tue, Nov 17, 2020 at 01:42:22PM +0000, Mel Gorman wrote: > - if (local_sgs.idle_cpus) > + if (local_sgs.idle_cpus >= (sd->span_weight >> 2)) > return NULL;
Is that the same 25% ?
On Tue, Nov 17, 2020 at 01:42:22PM +0000, Mel Gorman wrote: > - if (local_sgs.idle_cpus) > + if (local_sgs.idle_cpus >= (sd->span_weight >> 2)) > return NULL;
Is that the same 25% ?