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

/linux-master/kernel/
H A Dcpu.c258 return state > CPUHP_BRINGUP_CPU && state != CPUHP_TEARDOWN_CPU;
1001 return st->state <= CPUHP_BRINGUP_CPU;
1711 if (st->state > CPUHP_BRINGUP_CPU) {
1723 * CPUHP_BRINGUP_CPU. After that the AP hotplug thread is
1726 target = min((int)target, CPUHP_BRINGUP_CPU);
1867 * CPUHP_BRINGUP_CPU.
2154 [CPUHP_BRINGUP_CPU] = {
2164 [CPUHP_BRINGUP_CPU] = {
2837 * ... neither can CPUHP_BRINGUP_CPU during hotunplug. The latter
2841 if (fail <= CPUHP_BRINGUP_CPU
[all...]
/linux-master/include/linux/
H A Dcpuhotplug.h129 CPUHP_BRINGUP_CPU, enumerator in enum:cpuhp_state

Completed in 116 milliseconds