Re: [PATCH 1/4] sched_ext: Introduce per-NUMA idle cpumasks

From: Yury Norov
Date: Wed Dec 11 2024 - 12:46:48 EST


> +static struct cpumask *get_curr_idle_cpumask(void)
> +{
> + int node = cpu_to_node(smp_processor_id());

numa_node_id()

> + return get_idle_cpumask_node(node);
> +}