Home
last modified time | relevance | path

Searched refs:CPUHP_OFFLINE (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dcpu_hotplug.rst139 ``CPUHP_OFFLINE`` 状态结束。这包括:
159 CPU热插拔使用一个从CPUHP_OFFLINE到CPUHP_ONLINE的线性状态空间的普通状态机。每个状态都
165 当一个CPU下线时,将按相反的顺序依次调用teardown回调,直到达到CPUHP_OFFLINE状态。当删
175 PREPARE阶段涵盖了从CPUHP_OFFLINE到CPUHP_BRINGUP_CPU之间的状态空间。
187 常是CPUHP_OFFLINE)。
220 [CPUHP_OFFLINE]
221 [CPUHP_OFFLINE + 1]->startup() -> 成功
222 [CPUHP_OFFLINE + 2]->startup() -> 成功
223 [CPUHP_OFFLINE + 3] -> 略过,因为startup == NULL
249 [CPUHP_OFFLINE + 3]->teardown()
[all …]
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst135 at state ``CPUHP_OFFLINE``. This includes:
155 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown
164 order sequentially until the state CPUHP_OFFLINE is reached. They can also
176 The PREPARE section covers the state space from CPUHP_OFFLINE to
194 state (usually CPUHP_OFFLINE) again.
235 [CPUHP_OFFLINE]
236 [CPUHP_OFFLINE + 1]->startup() -> success
237 [CPUHP_OFFLINE + 2]->startup() -> success
238 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
264 [CPUHP_OFFLINE + 3]->teardown()
[all …]
/linux/kernel/
H A Dcpu.c1508 return cpu_down(dev->id, CPUHP_OFFLINE);
1542 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1636 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1778 WARN_ON(cpuhp_invoke_callback_range(false, cpu, st, CPUHP_OFFLINE)); in cpuhp_bringup_mask()
1918 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
2047 [CPUHP_OFFLINE] = { in cpu_hotplug_pm_sync_init()
2252 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE)
2670 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2747 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2750 if (target != CPUHP_OFFLINE in target_store()
[all...]
/linux/include/linux/
H A Dcpuhotplug.h61 CPUHP_OFFLINE = 0, enumerator