Home
last modified time | relevance | path

Searched refs:SYSTEM_RUNNING (Results 1 - 25 of 101) sorted by relevance

12345

/kernel/linux/linux-5.10/kernel/
H A Dasync.c117 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
124 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
330 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
337 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
H A Dextable.c79 if (system_state < SYSTEM_RUNNING && in core_kernel_text()
H 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
545 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c181 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()
295 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core.h33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
/kernel/linux/linux-5.10/kernel/power/
H A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
H A Dhibernate.c338 system_state = SYSTEM_RUNNING; in create_image()
505 system_state = SYSTEM_RUNNING; in resume_target_kernel()
605 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
/kernel/linux/linux-6.6/kernel/power/
H A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
H A Dhibernate.c345 system_state = SYSTEM_RUNNING; in create_image()
514 system_state = SYSTEM_RUNNING; in resume_target_kernel()
614 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
/kernel/linux/linux-6.6/lib/
H A Ddhry_run.c71 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core.h33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dpatch.c29 return system_state < SYSTEM_RUNNING && in is_kernel_exittext()
H A Dsmp.c230 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpasemi-cpufreq.c214 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpasemi-cpufreq.c213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/kernel/linux/linux-6.6/kernel/
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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c134 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1201 if (system_state < SYSTEM_RUNNING) in __cpu_up()
1492 if (system_state == SYSTEM_RUNNING) in start_secondary()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapb_timer.c219 if (system_state == SYSTEM_RUNNING) { in apbt_cpu_dead()
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-powernv.c121 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dpatch.c32 return system_state < SYSTEM_RUNNING && in is_kernel_exittext()

Completed in 20 milliseconds

12345