Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c1391 st->state = CPUHP_ONLINE; in resume_cpus()
1648 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up()
1677 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()
1694 cpu_up(cpu, CPUHP_ONLINE); in bringup_nonboot_cpus()
1784 error = _cpu_up(cpu, 1, CPUHP_ONLINE); in thaw_secondary_cpus()
2038 [CPUHP_ONLINE] = {
2048 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2487 ret = _cpu_up(cpu, 0, CPUHP_ONLINE); in cpuhp_smt_enable()
2521 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in write_cpuhp_target()
2524 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in write_cpuhp_target()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpuhotplug.h202 CPUHP_ONLINE, enumerator
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst146 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
240 *CPUHP_ONLINE* and stopping at *CPUHP_OFFLINE*. Here the callbacks are
254 *CPUHP_ONLINE*. This would simulate an error one state after *CPUHP_AP_ONLINE*
/OK3568_Linux_fs/kernel/init/
H A Dmain.c714 cpu_startup_entry(CPUHP_ONLINE); in rest_init()