Lines Matching refs:CPUHP_ONLINE
1441 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up()
1472 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()
1489 cpu_up(cpu, CPUHP_ONLINE); in bringup_nonboot_cpus()
1578 error = _cpu_up(cpu, 1, CPUHP_ONLINE); in thaw_secondary_cpus()
1827 [CPUHP_ONLINE] = {
1837 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2276 ret = _cpu_up(cpu, 0, CPUHP_ONLINE); in cpuhp_smt_enable()
2309 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2312 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in target_store()
2361 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in fail_store()
2425 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in states_show()
2690 this_cpu_write(cpuhp_state.state, CPUHP_ONLINE); in boot_cpu_hotplug_init()