Home
last modified time | relevance | path

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

12

/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c185 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()
303 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
/linux/lib/
H A Ddhry_run.c70 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
/linux/kernel/
H A Dstatic_call_inline.c163 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()
485 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
H A Djump_label.c882 bool init = system_state < SYSTEM_RUNNING; in jump_label_text_reserved()
898 bool init = system_state < SYSTEM_RUNNING; in jump_label_update()
H A Dkallsyms_selftest.c416 } while (system_state != SYSTEM_RUNNING); in test_entry()
/linux/include/linux/
H A Dkernel.h187 SYSTEM_RUNNING, enumerator
/linux/kernel/power/
H A Dhibernate.c376 system_state = SYSTEM_RUNNING; in create_image()
571 system_state = SYSTEM_RUNNING; in resume_target_kernel()
674 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
H A Dsuspend.c477 system_state = SYSTEM_RUNNING; in suspend_enter()
/linux/arch/powerpc/kernel/
H A Dsmp.c153 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1292 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up()
1350 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up()
1665 if (system_state == SYSTEM_RUNNING) in start_secondary()
/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c138 if (system_state < SYSTEM_RUNNING) in alloc_clustermask()
/linux/arch/arm64/kernel/
H A Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/linux/drivers/watchdog/
H A Dda9063_wdt.c131 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
H A Dda9062_wdt.c124 if (system_state > SYSTEM_RUNNING) in da9062_wdt_ping()
/linux/drivers/xen/
H A Dmanage.c199 case SYSTEM_RUNNING: in do_poweroff()
/linux/arch/riscv/kernel/
H A Dsmp.c264 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c123 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/linux/drivers/mfd/
H A Datc260x-core.c41 if (system_state > SYSTEM_RUNNING && irqs_disabled()) in regmap_lock_mutex()
H A Dls2k-bmc-core.c313 if (system_state != SYSTEM_RUNNING) in ls2k_bmc_interrupt()
/linux/kernel/time/
H A Dtick-common.c573 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/linux/arch/sh/kernel/
H A Dsmp.c92 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
/linux/drivers/soc/tegra/
H A Dregulators-tegra30.c493 if (WARN_ON_ONCE(system_state > SYSTEM_RUNNING)) in tegra30_regulator_detach()
H A Dregulators-tegra20.c514 if (WARN_ON_ONCE(system_state > SYSTEM_RUNNING)) in tegra20_regulator_detach()
/linux/drivers/tty/serial/
H A Dkgdboc.c131 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
/linux/arch/x86/kernel/
H A Dsmpboot.c857 if (system_state < SYSTEM_RUNNING) { in announce_cpu()
1031 if (system_state == SYSTEM_RUNNING) in arch_cpuhp_cleanup_dead_cpu()
/linux/arch/arm/kernel/
H A Dsmp.c603 if (system_state <= SYSTEM_RUNNING) { in ipi_cpu_stop()

12