Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dcpu.c1152 return do_cpu_up(cpu, CPUHP_ONLINE); in cpu_up()
1227 error = _cpu_up(cpu, 1, CPUHP_ONLINE); in enable_nonboot_cpus()
1459 [CPUHP_ONLINE] = {
1469 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
1870 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in write_cpuhp_target()
1873 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in write_cpuhp_target()
1971 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in show_cpuhp_states()
2071 ret = _cpu_up(cpu, 0, CPUHP_ONLINE); in cpuhp_smt_enable()
2267 this_cpu_write(cpuhp_state.state, CPUHP_ONLINE); in boot_cpu_hotplug_init()
/Linux-v4.19/include/linux/
Dcpuhotplug.h177 CPUHP_ONLINE, enumerator
/Linux-v4.19/Documentation/core-api/
Dcpu_hotplug.rst153 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
247 *CPUHP_ONLINE* and stopping at *CPUHP_OFFLINE*. Here the callbacks are
261 *CPUHP_ONLINE*. This would simulate an error one state after *CPUHP_AP_ONLINE*
/Linux-v4.19/init/
Dmain.c442 cpu_startup_entry(CPUHP_ONLINE); in rest_init()