Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dcpu.c1144 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
1178 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1274 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1443 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
1572 [CPUHP_OFFLINE] = {
1735 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2140 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2208 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in write_cpuhp_target()
2211 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in write_cpuhp_target()
2257 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in write_cpuhp_fail()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dcpuhotplug.h27 CPUHP_OFFLINE = 0, enumerator
/kernel/linux/linux-5.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