Lines Matching defs:cpumask
12 #include <linux/cpumask.h>
94 * cpumask
97 const cpumask_t *cpumask)
105 * CPUidle driver cpumask. Start from next logical cpu following
106 * cpumask_first(cpumask) since that's the CPU state_node was
110 for (cpu = cpumask_next(cpumask_first(cpumask), cpumask);
111 cpu < nr_cpu_ids; cpu = cpumask_next(cpu, cpumask)) {
156 const cpumask_t *cpumask;
163 * driver mask (or cpu_possible_mask if the driver cpumask is not set)
167 cpumask = drv->cpumask ? : cpu_possible_mask;
168 cpu_node = of_cpu_device_node_get(cpumask_first(cpumask));
186 if (!idle_state_valid(state_node, i, cpumask)) {