Lines Matching refs:CPUHP_ONLINE
1778 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up()
1809 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()
1889 cpuhp_bringup_mask(&tmp_mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel()
1901 cpuhp_bringup_mask(mask, ncpus, CPUHP_ONLINE); in cpuhp_bringup_cpus_parallel()
1915 cpuhp_bringup_mask(cpu_present_mask, setup_max_cpus, CPUHP_ONLINE); in bringup_nonboot_cpus()
2003 error = _cpu_up(cpu, 1, CPUHP_ONLINE); in thaw_secondary_cpus()
2283 [CPUHP_ONLINE] = {
2293 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2740 ret = _cpu_up(cpu, 0, CPUHP_ONLINE); in cpuhp_smt_enable()
2773 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2776 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in target_store()
2827 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in fail_store()
2891 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in states_show()
3196 this_cpu_write(cpuhp_state.state, CPUHP_ONLINE); in boot_cpu_hotplug_init()
3197 this_cpu_write(cpuhp_state.target, CPUHP_ONLINE); in boot_cpu_hotplug_init()