Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/drivers/firmware/arm_scmi/
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()
A Dsystem.c29 __le32 system_state; member
91 r->system_state = le32_to_cpu(p->system_state); in scmi_system_fill_custom_report()
93 r->system_state == SCMI_SYSTEM_SHUTDOWN && in scmi_system_fill_custom_report()
/linux-6.3-rc2/kernel/
A Dnotifier.c262 if (unlikely(system_state == SYSTEM_BOOTING)) in __blocking_notifier_chain_register()
325 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister()
484 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register()
514 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
A Dextable.c71 if (system_state < SYSTEM_FREEING_INITMEM && in core_kernel_text()
A Dreboot.c84 system_state = SYSTEM_RESTART; in kernel_restart_prepare()
284 system_state = state; in kernel_shutdown_prepare()
346 if (system_state > SYSTEM_RUNNING) in alloc_sys_off_handler()
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-6.3-rc2/arch/x86/kernel/
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()
A Dstatic_call.c108 if (system_state == SYSTEM_BOOTING || modinit) in __static_call_transform()
/linux-6.3-rc2/kernel/power/
A Dhibernate.c312 system_state = SYSTEM_SUSPEND; in create_image()
344 system_state = SYSTEM_RUNNING; in create_image()
479 system_state = SYSTEM_SUSPEND; in resume_target_kernel()
513 system_state = SYSTEM_RUNNING; in resume_target_kernel()
600 system_state = SYSTEM_SUSPEND; in hibernation_platform_enter()
613 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
A Dsuspend.c438 system_state = SYSTEM_SUSPEND; in suspend_enter()
455 system_state = SYSTEM_RUNNING; in suspend_enter()
/linux-6.3-rc2/arch/powerpc/platforms/powermac/
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-6.3-rc2/lib/
A Dsmp_processor_id.c33 if (system_state < SYSTEM_SCHEDULING) in check_preemption_disabled()
A Ddhry_run.c69 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
/linux-6.3-rc2/drivers/clk/at91/
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()
545 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
/linux-6.3-rc2/drivers/i2c/
A Di2c-core.h32 return system_state > SYSTEM_RUNNING && irqs_disabled(); in i2c_in_atomic_xfer_mode()
/linux-6.3-rc2/init/
A Dmain.c132 enum system_states system_state __read_mostly;
133 EXPORT_SYMBOL(system_state);
722 system_state = SYSTEM_SCHEDULING; in rest_init()
1526 system_state = SYSTEM_FREEING_INITMEM; in kernel_init()
1540 system_state = SYSTEM_RUNNING; in kernel_init()
/linux-6.3-rc2/kernel/time/
A Dtick-common.c532 system_state = SYSTEM_SUSPEND; in tick_freeze()
558 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/linux-6.3-rc2/arch/arm64/kernel/
A Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/linux-6.3-rc2/drivers/cpufreq/
A Dpasemi-cpufreq.c213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/linux-6.3-rc2/arch/powerpc/kernel/
A 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.3-rc2/arch/riscv/kernel/
A Dsmp.c258 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/linux-6.3-rc2/arch/arm/kernel/
A Dftrace.c73 system_state >= SYSTEM_FREEING_INITMEM || in adjust_address()
/linux-6.3-rc2/drivers/watchdog/
A Dda9063_wdt.c132 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
/linux-6.3-rc2/drivers/xen/
A Dmanage.c190 switch (system_state) { in do_poweroff()

Completed in 43 milliseconds

12345