Lines Matching refs:CPUHP_OFFLINE
1524 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
1558 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1652 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1794 WARN_ON(cpuhp_invoke_callback_range(false, cpu, st, CPUHP_OFFLINE)); in cpuhp_bringup_mask()
1934 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
2063 [CPUHP_OFFLINE] = {
2273 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2684 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2761 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2764 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in target_store()
2815 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in fail_store()
2879 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in states_show()