Searched refs:CPUHP_BRINGUP_CPU (Results 1 – 4 of 4) sorted by relevance
181 PREPARE阶段涵盖了从CPUHP_OFFLINE到CPUHP_BRINGUP_CPU之间的状态空间。199 STARTING阶段涵盖了CPUHP_BRINGUP_CPU + 1到CPUHP_AP_ONLINE之间的状态空间。231 [CPUHP_BRINGUP_CPU]->startup() -> 成功233 [CPUHP_BRINGUP_CPU + 1]->startup() -> 成功254 [CPUHP_BRINGUP_CPU]->teardown()267 [CPUHP_BRINGUP_CPU]->startup() -> 成功269 [CPUHP_BRINGUP_CPU + 1]->startup() -> 成功285 [CPUHP_BRINGUP_CPU]->teardown()
256 return state > CPUHP_BRINGUP_CPU && state != CPUHP_TEARDOWN_CPU; in cpuhp_is_ap_state()724 return st->state <= CPUHP_BRINGUP_CPU; in can_rollback_cpu()1395 if (st->state > CPUHP_BRINGUP_CPU) { in _cpu_up()1410 target = min((int)target, CPUHP_BRINGUP_CPU); in _cpu_up()1744 [CPUHP_BRINGUP_CPU] = {2402 if (fail <= CPUHP_BRINGUP_CPU && st->state > CPUHP_BRINGUP_CPU) in fail_store()
192 CPUHP_BRINGUP_CPU.215 The STARTING section covers the state space between CPUHP_BRINGUP_CPU + 1255 [CPUHP_BRINGUP_CPU]->startup() -> success257 [CPUHP_BRINGUP_CPU + 1]->startup() -> success278 [CPUHP_BRINGUP_CPU]->teardown()291 [CPUHP_BRINGUP_CPU]->startup() -> success293 [CPUHP_BRINGUP_CPU + 1]->startup() -> success309 [CPUHP_BRINGUP_CPU]->teardown()
136 CPUHP_BRINGUP_CPU, enumerator
Completed in 12 milliseconds