Home
last modified time | relevance | path

Searched refs:SYSTEM_RUNNING (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.1.9/drivers/firmware/arm_scmi/
Dscmi_power_control.c181 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()
295 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dnvram.c199 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.1.9/drivers/clk/at91/
Dsckc.c79 if (system_state < SYSTEM_RUNNING) in clk_slow_osc_prepare()
193 if (system_state < SYSTEM_RUNNING) in clk_slow_rc_osc_prepare()
297 if (system_state < SYSTEM_RUNNING) in clk_sam9x5_slow_set_parent()
545 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
/linux-6.1.9/kernel/power/
Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
Dhibernate.c344 system_state = SYSTEM_RUNNING; in create_image()
513 system_state = SYSTEM_RUNNING; in resume_target_kernel()
613 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
Dsuspend.c455 system_state = SYSTEM_RUNNING; in suspend_enter()
/linux-6.1.9/drivers/i2c/
Di2c-core.h32 return system_state > SYSTEM_RUNNING && irqs_disabled(); in i2c_in_atomic_xfer_mode()
/linux-6.1.9/arch/arm64/kernel/
Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/linux-6.1.9/kernel/
Dstatic_call_inline.c152 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()
464 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
Djump_label.c764 bool init = system_state < SYSTEM_RUNNING; in jump_label_text_reserved()
780 bool init = system_state < SYSTEM_RUNNING; in jump_label_update()
/linux-6.1.9/drivers/cpufreq/
Dpasemi-cpufreq.c213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/linux-6.1.9/arch/powerpc/kernel/
Dsmp.c158 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1261 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up()
1319 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up()
1630 if (system_state == SYSTEM_RUNNING) in start_secondary()
/linux-6.1.9/drivers/watchdog/
Dda9063_wdt.c132 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
Dda9062_wdt.c124 if (system_state > SYSTEM_RUNNING) in da9062_wdt_ping()
/linux-6.1.9/arch/riscv/kernel/
Dsmp.c258 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/linux-6.1.9/drivers/xen/
Dmanage.c195 case SYSTEM_RUNNING: in do_poweroff()
/linux-6.1.9/mm/
Dearly_ioremap.c110 WARN_ON(system_state >= SYSTEM_RUNNING); in __early_ioremap()
/linux-6.1.9/drivers/cpuidle/
Dcpuidle-powernv.c121 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/linux-6.1.9/drivers/mfd/
Datc260x-core.c42 if (system_state > SYSTEM_RUNNING && irqs_disabled()) in regmap_lock_mutex()
/linux-6.1.9/kernel/time/
Dtick-common.c558 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/linux-6.1.9/arch/sh/kernel/
Dsmp.c90 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
/linux-6.1.9/include/linux/
Dkernel.h259 SYSTEM_RUNNING, enumerator
/linux-6.1.9/drivers/tty/serial/
Dkgdboc.c104 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
/linux-6.1.9/drivers/soc/tegra/
Dregulators-tegra30.c493 if (WARN_ON_ONCE(system_state > SYSTEM_RUNNING)) in tegra30_regulator_detach()
Dregulators-tegra20.c514 if (WARN_ON_ONCE(system_state > SYSTEM_RUNNING)) in tegra20_regulator_detach()

123