Searched refs:CPUHP_ONLINE (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cpu_hotplug.rst | 138 一旦CPU被逻辑关闭,注册的热插拔状态的清除回调将被调用,从 ``CPUHP_ONLINE`` 开始,到 159 CPU热插拔使用一个从CPUHP_OFFLINE到CPUHP_ONLINE的线性状态空间的普通状态机。每个状态都 162 当一个CPU上线时,将按顺序调用startup回调,直到达到CPUHP_ONLINE状态。当设置状态的回调 205 ONLINE阶段涵盖了CPUHP_AP_ONLINE + 1到CPUHP_ONLINE之间的状态空间。 233 [CPUHP_ONLINE - 1]->startup() -> 成功 234 [CPUHP_ONLINE] 238 [CPUHP_ONLINE] 239 [CPUHP_ONLINE - 1]->teardown() -> 成功 287 [CPUHP_ONLINE] 288 [CPUHP_ONLINE - 1]->teardown() -> 成功 [all …]
|
/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 134 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating 155 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown 159 the state CPUHP_ONLINE is reached. They can also be invoked when the 217 CPUHP_ONLINE. 248 [CPUHP_ONLINE - 1]->startup() -> success 249 [CPUHP_ONLINE] 253 [CPUHP_ONLINE] 254 [CPUHP_ONLINE - 1]->teardown() -> success 302 [CPUHP_ONLINE] 303 [CPUHP_ONLINE - 1]->teardown() -> success [all …]
|
/linux/kernel/ |
H A D | cpu.c | 1741 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up() 1772 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu() 1868 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1880 cpuhp_bringup_mask(mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel() 1897 cpuhp_bringup_mask(cpu_present_mask, max_cpus, CPUHP_ONLINE); in bringup_nonboot_cpus() 1985 error = _cpu_up(cpu, 1, CPUHP_ONLINE); in thaw_secondary_cpus() 2264 [CPUHP_ONLINE] = { 2274 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check() 2729 ret = _cpu_up(cpu, 0, CPUHP_ONLINE); in cpuhp_smt_enable() 2762 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store() [all …]
|