Home
last modified time | relevance | path

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

12345

/linux/drivers/firmware/arm_scmi/
A Dsystem.c29 __le32 system_state; member
85 r->system_state = le32_to_cpu(p->system_state); in scmi_system_fill_custom_report()
/linux/kernel/
A Dnotifier.c231 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_register()
261 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister()
421 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register()
451 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
A Dextable.c70 if (system_state < SYSTEM_FREEING_INITMEM && in core_kernel_text()
A Dstatic_call.c152 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()
464 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
A Dreboot.c76 system_state = SYSTEM_RESTART; in kernel_restart_prepare()
264 system_state = state; in kernel_shutdown_prepare()
/linux/include/linux/
A Drandom.h148 WARN_ON(system_state != SYSTEM_BOOTING); in arch_get_random_seed_long_early()
156 WARN_ON(system_state != SYSTEM_BOOTING); in arch_get_random_long_early()
/linux/kernel/power/
A Dhibernate.c309 system_state = SYSTEM_SUSPEND; in create_image()
341 system_state = SYSTEM_RUNNING; in create_image()
476 system_state = SYSTEM_SUSPEND; in resume_target_kernel()
510 system_state = SYSTEM_RUNNING; in resume_target_kernel()
597 system_state = SYSTEM_SUSPEND; in hibernation_platform_enter()
610 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
A Dsuspend.c432 system_state = SYSTEM_SUSPEND; in suspend_enter()
449 system_state = SYSTEM_RUNNING; in suspend_enter()
/linux/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.c53 if (unlikely(system_state == SYSTEM_BOOTING)) in __static_call_transform()
/linux/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/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/lib/
A Dsmp_processor_id.c33 if (system_state < SYSTEM_SCHEDULING) in check_preemption_disabled()
/linux/init/
A Dmain.c128 enum system_states system_state __read_mostly;
129 EXPORT_SYMBOL(system_state);
715 system_state = SYSTEM_SCHEDULING; in rest_init()
1503 system_state = SYSTEM_FREEING_INITMEM; in kernel_init()
1517 system_state = SYSTEM_RUNNING; in kernel_init()
/linux/kernel/time/
A Dtick-common.c532 system_state = SYSTEM_SUSPEND; in tick_freeze()
558 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/linux/drivers/i2c/
A Di2c-core.h32 return system_state > SYSTEM_RUNNING && irqs_disabled(); in i2c_in_atomic_xfer_mode()
/linux/arch/arm64/include/asm/
A Darchrandom.h118 WARN_ON(system_state != SYSTEM_BOOTING); in arch_get_random_seed_long_early()
/linux/arch/arm64/kernel/
A Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/linux/arch/riscv/kernel/
A Dsmp.c239 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/linux/drivers/cpufreq/
A Dpasemi-cpufreq.c214 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/linux/drivers/watchdog/
A Dda9063_wdt.c128 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
A Dda9062_wdt.c124 if (system_state > SYSTEM_RUNNING) in da9062_wdt_ping()
/linux/drivers/xen/
A Dmanage.c190 switch (system_state) { in do_poweroff()
/linux/arch/powerpc/kernel/
A Dsmp.c159 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1281 if (system_state < SYSTEM_RUNNING) in __cpu_up()
1596 if (system_state == SYSTEM_RUNNING) in start_secondary()

Completed in 44 milliseconds

12345