Lines Matching refs:CPUHP_OFFLINE
1215 return cpu_down(dev->id, CPUHP_OFFLINE); in cpu_device_down()
1249 error = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in smp_shutdown_nonboot_cpus()
1343 if (st->state == CPUHP_OFFLINE) { in _cpu_up()
1516 error = _cpu_down(cpu, 1, CPUHP_OFFLINE); in freeze_secondary_cpus()
1645 [CPUHP_OFFLINE] = {
1815 if (state <= CPUHP_OFFLINE || state >= CPUHP_ONLINE) in cpuhp_cb_check()
2220 ret = cpu_down_maps_locked(cpu, CPUHP_OFFLINE); in cpuhp_smt_disable()
2287 if (target < CPUHP_OFFLINE || target > CPUHP_ONLINE) in target_store()
2290 if (target != CPUHP_OFFLINE && target != CPUHP_ONLINE) in target_store()
2339 if (fail < CPUHP_OFFLINE || fail > CPUHP_ONLINE) in fail_store()
2403 for (i = CPUHP_OFFLINE; i <= CPUHP_ONLINE; i++) { in states_show()