Searched refs:cpu_going_down (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/common/
H A Dmcpm_entry.c242 bool cpu_going_down, last_man; local
262 cpu_going_down = !mcpm_cpu_use_count[cluster][cpu];
272 if (cpu_going_down)
276 * If cpu_going_down is false here, that means a power_up
289 if (cpu_going_down)
/linux-master/kernel/
H A Dworkqueue.c5040 * @cpu_going_down: if >= 0, the CPU to consider as offline
5043 * @cpu_going_down is >= 0, that cpu is considered offline during calculation.
5053 int cpu_going_down)
5061 if (cpu_going_down >= 0)
5062 cpumask_clear_cpu(cpu_going_down, attrs->__pod_cpumask);
5052 wq_calc_pod_cpumask(struct workqueue_attrs *attrs, int cpu, int cpu_going_down) argument

Completed in 250 milliseconds