Home
last modified time | relevance | path

Searched refs:system_state (Results 1 – 25 of 121) sorted by relevance

12345

/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c181 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()
280 if (er->system_state >= SCMI_SYSTEM_POWERUP) { in scmi_userspace_notifier()
282 er->system_state); in scmi_userspace_notifier()
295 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
307 sc->required_transition = er->system_state; in scmi_userspace_notifier()
H A Dsystem.c32 __le32 system_state; member
106 r->system_state = le32_to_cpu(p->system_state); in scmi_system_fill_custom_report()
108 r->system_state == SCMI_SYSTEM_SHUTDOWN && in scmi_system_fill_custom_report()
/linux/kernel/
H A Dnotifier.c268 if (unlikely(system_state == SYSTEM_BOOTING)) in __blocking_notifier_chain_register()
331 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister()
490 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register()
520 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
H A Dreboot.c86 system_state = SYSTEM_RESTART; in emergency_restart()
94 system_state = SYSTEM_RESTART; in kernel_restart_prepare()
294 system_state = state; in kernel_shutdown_prepare()
360 if (system_state > SYSTEM_RUNNING) in alloc_sys_off_handler()
H A Dextable.c71 if (system_state < SYSTEM_FREEING_INITMEM && in core_kernel_text()
H A Dstatic_call_inline.c163 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()
475 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
/linux/arch/x86/kernel/
H A Djump_label.c100 if (init || system_state == SYSTEM_BOOTING) { in __jump_label_transform()
128 if (system_state == SYSTEM_BOOTING) { in arch_jump_label_transform_queue()
H A Dstatic_call.c108 if (system_state == SYSTEM_BOOTING || modinit) in __static_call_transform()
/linux/kernel/power/
H A Dhibernate.c322 system_state = SYSTEM_SUSPEND; in create_image()
354 system_state = SYSTEM_RUNNING; in create_image()
489 system_state = SYSTEM_SUSPEND; in resume_target_kernel()
523 system_state = SYSTEM_RUNNING; in resume_target_kernel()
610 system_state = SYSTEM_SUSPEND; in hibernation_platform_enter()
623 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
H A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
H A Dsuspend.c444 system_state = SYSTEM_SUSPEND; in suspend_enter()
461 system_state = SYSTEM_RUNNING; in suspend_enter()
/linux/arch/powerpc/platforms/powermac/
H A 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/lib/
H A Dsmp_processor_id.c33 if (system_state < SYSTEM_SCHEDULING) in check_preemption_disabled()
H A Ddhry_run.c70 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
/linux/drivers/clk/at91/
H A 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()
559 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
/linux/drivers/i2c/
H A Di2c-core.h33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
/linux/init/
H A Dmain.c128 enum system_states system_state __read_mostly;
129 EXPORT_SYMBOL(system_state);
737 system_state = SYSTEM_SCHEDULING; in rest_init()
1471 system_state = SYSTEM_FREEING_INITMEM; in kernel_init()
1485 system_state = SYSTEM_RUNNING; in kernel_init()
/linux/kernel/time/
H A Dtick-common.c545 system_state = SYSTEM_SUSPEND; in tick_freeze()
571 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/linux/drivers/tee/optee/
H A DKconfig18 the filesystem which is determined by checking the system_state until
/linux/arch/s390/kernel/
H A Dctlreg.c74 if (system_state == SYSTEM_BOOTING) { in system_ctlreg_update()
/linux/drivers/platform/x86/amd/pmf/
H A Dpmf.h528 enum system_state { enum
566 enum system_state system_state; member
/linux/drivers/cpufreq/
H A Dpasemi-cpufreq.c213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/linux/include/linux/
H A Dkernel.h192 } system_state;
/linux/arch/riscv/kernel/
H A Dsmp.c248 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/linux/arch/powerpc/kernel/
H A Dsmp.c152 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1273 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up()
1331 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up()
1646 if (system_state == SYSTEM_RUNNING) in start_secondary()

12345