Home
last modified time | relevance | path

Searched refs:CPUHP_BRINGUP_CPU (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/kernel/
Dcpu.c254 return state > CPUHP_BRINGUP_CPU && state != CPUHP_TEARDOWN_CPU; in cpuhp_is_ap_state()
684 return st->state <= CPUHP_BRINGUP_CPU; in can_rollback_cpu()
1352 if (st->state > CPUHP_BRINGUP_CPU) { in _cpu_up()
1367 target = min((int)target, CPUHP_BRINGUP_CPU); in _cpu_up()
1696 [CPUHP_BRINGUP_CPU] = {
2347 if (fail <= CPUHP_BRINGUP_CPU && st->state > CPUHP_BRINGUP_CPU) in fail_store()
/Linux-v5.15/Documentation/core-api/
Dcpu_hotplug.rst192 CPUHP_BRINGUP_CPU.
215 The STARTING section covers the state space between CPUHP_BRINGUP_CPU + 1
255 [CPUHP_BRINGUP_CPU]->startup() -> success
257 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
278 [CPUHP_BRINGUP_CPU]->teardown()
291 [CPUHP_BRINGUP_CPU]->startup() -> success
293 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
309 [CPUHP_BRINGUP_CPU]->teardown()
/Linux-v5.15/include/linux/
Dcpuhotplug.h133 CPUHP_BRINGUP_CPU, enumerator