Lines Matching refs:cpumask
12 #include <linux/cpumask.h>
95 * cpumask
98 const cpumask_t *cpumask)
106 * CPUidle driver cpumask. Start from next logical cpu following
107 * cpumask_first(cpumask) since that's the CPU state_node was
111 for (cpu = cpumask_next(cpumask_first(cpumask), cpumask);
112 cpu < nr_cpu_ids; cpu = cpumask_next(cpu, cpumask)) {
157 const cpumask_t *cpumask;
164 * driver mask (or cpu_possible_mask if the driver cpumask is not set)
168 cpumask = drv->cpumask ? : cpu_possible_mask;
169 cpu_node = of_cpu_device_node_get(cpumask_first(cpumask));
187 if (!idle_state_valid(state_node, i, cpumask)) {