Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dcpu.c1084 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
1118 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1214 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1382 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
1511 [CPUHP_OFFLINE] = {
1674 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2079 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2147 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in write_cpuhp_target()
2150 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in write_cpuhp_target()
2196 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in write_cpuhp_fail()
[all …]
/Linux-v5.10/include/linux/
Dcpuhotplug.h27 CPUHP_OFFLINE = 0, enumerator
/Linux-v5.10/Documentation/core-api/
Dcpu_hotplug.rst147 at state ``CPUHP_OFFLINE``. This includes:
231 * The states *CPUHP_OFFLINE* … *CPUHP_AP_OFFLINE* are invoked before the
240 *CPUHP_ONLINE* and stopping at *CPUHP_OFFLINE*. Here the callbacks are