| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | scmi_power_control.c | 184 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func() 302 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
|
| /linux-6.15/arch/powerpc/platforms/powermac/ |
| H A D | nvram.c | 199 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_read_byte() 203 if (system_state == SYSTEM_RUNNING) in pmu_nvram_read_byte() 215 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_write_byte() 219 if (system_state == SYSTEM_RUNNING) in pmu_nvram_write_byte()
|
| /linux-6.15/drivers/clk/at91/ |
| H A D | sckc.c | 81 if (system_state < SYSTEM_RUNNING) in clk_slow_osc_prepare() 195 if (system_state < SYSTEM_RUNNING) in clk_slow_rc_osc_prepare() 299 if (system_state < SYSTEM_RUNNING) in clk_sam9x5_slow_set_parent() 561 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
|
| /linux-6.15/lib/ |
| H A D | dhry_run.c | 70 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
|
| /linux-6.15/kernel/power/ |
| H A D | autosleep.c | 36 system_state != SYSTEM_RUNNING) { in try_to_suspend()
|
| H A D | hibernate.c | 355 system_state = SYSTEM_RUNNING; in create_image() 524 system_state = SYSTEM_RUNNING; in resume_target_kernel() 629 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
|
| /linux-6.15/drivers/i2c/ |
| H A D | i2c-core.h | 33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | Kconfig | 20 it is in SYSTEM_RUNNING. This also requires enabling the corresponding
|
| /linux-6.15/kernel/ |
| H A D | static_call_inline.c | 163 bool init = system_state < SYSTEM_RUNNING; in __static_call_update() 485 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
|
| H A D | jump_label.c | 882 bool init = system_state < SYSTEM_RUNNING; in jump_label_text_reserved() 898 bool init = system_state < SYSTEM_RUNNING; in jump_label_update()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | pasemi-cpufreq.c | 213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
|
| /linux-6.15/include/linux/ |
| H A D | kernel.h | 187 SYSTEM_RUNNING, enumerator
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | smp.c | 153 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable() 1274 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up() 1332 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up() 1647 if (system_state == SYSTEM_RUNNING) in start_secondary()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | patch.c | 32 return system_state < SYSTEM_RUNNING && in is_kernel_exittext()
|
| H A D | smp.c | 264 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
|
| /linux-6.15/kernel/sched/ |
| H A D | isolation.c | 51 WARN_ON_ONCE(system_state == SYSTEM_RUNNING || in housekeeping_any_cpu()
|
| /linux-6.15/arch/x86/kernel/apic/ |
| H A D | x2apic_cluster.c | 138 if (system_state < SYSTEM_RUNNING) in alloc_clustermask()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | patching.c | 21 return system_state < SYSTEM_RUNNING && in is_exit_text()
|
| /linux-6.15/drivers/xen/ |
| H A D | manage.c | 195 case SYSTEM_RUNNING: in do_poweroff()
|
| /linux-6.15/drivers/watchdog/ |
| H A D | da9063_wdt.c | 131 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
|
| H A D | da9062_wdt.c | 124 if (system_state > SYSTEM_RUNNING) in da9062_wdt_ping()
|
| /linux-6.15/mm/ |
| H A D | early_ioremap.c | 108 WARN_ON(system_state >= SYSTEM_RUNNING); in __early_ioremap()
|
| /linux-6.15/drivers/cpuidle/ |
| H A D | cpuidle-powernv.c | 123 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
|
| /linux-6.15/drivers/mfd/ |
| H A D | atc260x-core.c | 41 if (system_state > SYSTEM_RUNNING && irqs_disabled()) in regmap_lock_mutex()
|
| /linux-6.15/kernel/time/ |
| H A D | tick-common.c | 579 system_state = SYSTEM_RUNNING; in tick_unfreeze()
|