| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | async.c | 117 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() 289 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain() 296 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
|
| H A D | extable.c | 79 if (system_state < SYSTEM_RUNNING && in core_kernel_text()
|
| H A D | static_call.c | 152 bool init = system_state < SYSTEM_RUNNING; in __static_call_update() 464 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
|
| H A D | jump_label.c | 791 bool init = system_state < SYSTEM_RUNNING; in jump_label_text_reserved() 826 system_state < SYSTEM_RUNNING); in jump_label_update()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | nvram.c | 199 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()
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | sckc.c | 79 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()
|
| H A D | clk-main.c | 300 if (system_state < SYSTEM_RUNNING) in clk_main_probe_frequency()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | autosleep.c | 37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
|
| H A D | hibernate.c | 338 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()
|
| H A D | suspend.c | 458 system_state = SYSTEM_RUNNING; in suspend_enter()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core.h | 32 return system_state > SYSTEM_RUNNING && irqs_disabled(); in i2c_in_atomic_xfer_mode()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | smp.c | 230 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | pasemi-cpufreq.c | 214 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | apb_timer.c | 219 if (system_state == SYSTEM_RUNNING) { in apbt_cpu_dead()
|
| H A D | smpboot.c | 913 if (system_state < SYSTEM_RUNNING) { in announce_cpu() 1632 if (system_state == SYSTEM_RUNNING) in common_cpu_die()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | smp.c | 134 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() 1489 if (system_state == SYSTEM_RUNNING) in start_secondary()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | smp.c | 859 if (system_state <= SYSTEM_RUNNING) { in local_cpu_stop() 1063 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | manage.c | 194 case SYSTEM_RUNNING: in do_poweroff()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | early_ioremap.c | 114 WARN_ON(system_state >= SYSTEM_RUNNING); in __early_ioremap()
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle-powernv.c | 121 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | tick-common.c | 562 system_state = SYSTEM_RUNNING; in tick_unfreeze()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | smp.c | 90 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | kgdboc.c | 104 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | smp.c | 599 if (system_state <= SYSTEM_RUNNING) { in ipi_cpu_stop()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 714 if (system_state != SYSTEM_RUNNING) in microcode_init_cpu()
|