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

/linux-master/include/linux/
H A Dcpuhotplug.h129 CPUHP_BRINGUP_CPU, enumerator in enum:cpuhp_state
/linux-master/kernel/
H A Dcpu.c258 return state > CPUHP_BRINGUP_CPU && state != CPUHP_TEARDOWN_CPU;
1001 return st->state <= CPUHP_BRINGUP_CPU;
1664 if (st->state > CPUHP_BRINGUP_CPU) {
1676 * CPUHP_BRINGUP_CPU. After that the AP hotplug thread is
1679 target = min((int)target, CPUHP_BRINGUP_CPU);
1819 * CPUHP_BRINGUP_CPU.
2106 [CPUHP_BRINGUP_CPU] = {
2116 [CPUHP_BRINGUP_CPU] = {
2789 * ... neither can CPUHP_BRINGUP_CPU during hotunplug. The latter
2793 if (fail <= CPUHP_BRINGUP_CPU
[all...]

Completed in 194 milliseconds