Searched refs:idle_cpus (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/acpi/
H A Dacpi_pad.c380 uint32_t idle_cpus; local
383 .pointer = (void *)&idle_cpus,
393 idle_cpus = acpi_pad_idle_cpus_num();
/linux-master/kernel/sched/
H A Dfair.c9520 unsigned int idle_cpus; /* Nr of idle CPUs in the group */
9553 * busiest_stat::idle_cpus to the worst busiest group because
9562 .idle_cpus = UINT_MAX,
9850 (sgs->group_weight - sgs->idle_cpus != 1))
9982 sgs->idle_cpus++;
10099 if (sgs->idle_cpus != 0 || busiest->idle_cpus != 0)
10152 if (sgs->idle_cpus > busiest->idle_cpus)
10154 else if ((sgs->idle_cpus
9521 unsigned int idle_cpus; /* Nr of idle CPUs in the group */ member in struct:sg_lb_stats
[all...]

Completed in 201 milliseconds