| /linux/drivers/firmware/arm_scmi/ |
| H A D | scmi_power_control.c | 185 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func() 287 if (er->system_state >= SCMI_SYSTEM_MAX || in scmi_userspace_notifier() 288 er->system_state == SCMI_SYSTEM_POWERUP) { in scmi_userspace_notifier() 290 er->system_state); in scmi_userspace_notifier() 303 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier() 315 sc->required_transition = er->system_state; in scmi_userspace_notifier()
|
| /linux/kernel/ |
| H A D | notifier.c | 260 if (unlikely(system_state == SYSTEM_BOOTING)) in __blocking_notifier_chain_register() 323 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister() 482 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register() 512 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
|
| H A D | extable.c | 71 if (system_state < SYSTEM_FREEING_INITMEM && in core_kernel_text()
|
| H A D | reboot.c | 95 system_state = SYSTEM_RESTART; in emergency_restart() 103 system_state = SYSTEM_RESTART; in kernel_restart_prepare() 306 system_state = state; in kernel_shutdown_prepare() 372 if (system_state > SYSTEM_RUNNING) in alloc_sys_off_handler()
|
| 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()
|
| /linux/lib/ |
| H A D | smp_processor_id.c | 31 if (system_state < SYSTEM_SCHEDULING) in check_preemption_disabled()
|
| H A D | dhry_run.c | 70 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
|
| /linux/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/kernel/time/ |
| H A D | tick-common.c | 539 system_state = SYSTEM_SUSPEND; in tick_freeze() 574 system_state = SYSTEM_RUNNING; in tick_unfreeze()
|
| /linux/drivers/i2c/ |
| H A D | i2c-core.h | 34 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
|
| /linux/kernel/sched/ |
| H A D | isolation.c | 43 if (system_state <= SYSTEM_SCHEDULING) in housekeeping_dereference_check() 98 WARN_ON_ONCE(system_state == SYSTEM_RUNNING || in housekeeping_any_cpu()
|
| /linux/arch/s390/kernel/ |
| H A D | ctlreg.c | 75 if (system_state == SYSTEM_BOOTING) { in system_ctlreg_update()
|
| /linux/drivers/net/ethernet/intel/ixd/ |
| H A D | ixd_main.c | 45 if (system_state == SYSTEM_POWER_OFF) in ixd_shutdown()
|
| /linux/kernel/power/ |
| H A D | suspend.c | 460 system_state = SYSTEM_SUSPEND; in suspend_enter() 477 system_state = SYSTEM_RUNNING; in suspend_enter()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_cluster.c | 138 if (system_state < SYSTEM_RUNNING) in alloc_clustermask()
|
| /linux/arch/riscv/kernel/ |
| H A D | patch.c | 32 return system_state < SYSTEM_RUNNING && in is_kernel_exittext()
|
| /linux/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/drivers/mfd/ |
| H A D | atc260x-core.c | 41 if (system_state > SYSTEM_RUNNING && irqs_disabled()) in regmap_lock_mutex()
|
| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | pmf.h | 910 enum system_state { enum 971 enum system_state system_state; member
|
| /linux/arch/sh/kernel/ |
| H A D | smp.c | 92 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_main.c | 197 if (system_state == SYSTEM_POWER_OFF) in idpf_shutdown()
|
| /linux/drivers/soc/tegra/ |
| H A D | regulators-tegra30.c | 493 if (WARN_ON_ONCE(system_state > SYSTEM_RUNNING)) in tegra30_regulator_detach()
|
| /linux/drivers/input/misc/ |
| H A D | pmic8xxx-pwrkey.c | 130 bool reset = system_state == SYSTEM_RESTART; in pmic8xxx_pwrkey_shutdown()
|
| /linux/drivers/tty/serial/ |
| H A D | kgdboc.c | 131 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
|