Lines Matching refs:CPUHP_OFFLINE
1521 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
1555 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1649 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1791 WARN_ON(cpuhp_invoke_callback_range(false, cpu, st, CPUHP_OFFLINE)); in cpuhp_bringup_mask()
1931 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
2060 [CPUHP_OFFLINE] = {
2270 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2681 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2758 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2761 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in target_store()
2812 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in fail_store()
2875 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in states_show()