Home
last modified time | relevance | path

Searched refs:SYSTEM_RUNNING (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/kernel/
Dasync.c121 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
128 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
291 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
298 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
Dextable.c81 if (system_state < SYSTEM_RUNNING && in core_kernel_text()
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dnvram.c198 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_read_byte()
202 if (system_state == SYSTEM_RUNNING) in pmu_nvram_read_byte()
214 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_write_byte()
218 if (system_state == SYSTEM_RUNNING) in pmu_nvram_write_byte()
/Linux-v4.19/kernel/power/
Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
Dhibernate.c322 system_state = SYSTEM_RUNNING; in create_image()
485 system_state = SYSTEM_RUNNING; in resume_target_kernel()
585 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
Dsuspend.c455 system_state = SYSTEM_RUNNING; in suspend_enter()
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c104 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
872 if (system_state < SYSTEM_RUNNING) in __cpu_up()
1064 if (system_state == SYSTEM_RUNNING) in start_secondary()
/Linux-v4.19/drivers/cpufreq/
Dpasemi-cpufreq.c229 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/Linux-v4.19/drivers/tty/serial/
Dkgdboc.c91 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
/Linux-v4.19/drivers/xen/
Dmanage.c193 case SYSTEM_RUNNING: in do_poweroff()
/Linux-v4.19/arch/x86/kernel/
Dapb_timer.c223 if (system_state == SYSTEM_RUNNING) { in apbt_cpu_dead()
Dsmpboot.c856 if (system_state < SYSTEM_RUNNING) { in announce_cpu()
1547 if (system_state == SYSTEM_RUNNING) in common_cpu_die()
/Linux-v4.19/mm/
Dearly_ioremap.c114 WARN_ON(system_state >= SYSTEM_RUNNING); in __early_ioremap()
/Linux-v4.19/drivers/cpuidle/
Dcpuidle-powernv.c124 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/Linux-v4.19/kernel/time/
Dtick-common.c517 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/Linux-v4.19/arch/sh/kernel/
Dsmp.c93 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
/Linux-v4.19/arch/arm/kernel/
Dsmp.c564 if (system_state <= SYSTEM_RUNNING) { in ipi_cpu_stop()
/Linux-v4.19/arch/arm64/kernel/
Dsmp.c943 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Dcore.c711 if (system_state != SYSTEM_RUNNING) in microcode_init_cpu()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c762 if (system_state < SYSTEM_RUNNING) in pnv_eeh_poll()
801 if (system_state < SYSTEM_RUNNING) in pnv_eeh_phb_reset()
/Linux-v4.19/drivers/base/
Dnode.c395 if (system_state < SYSTEM_RUNNING) in get_nid_for_pfn()
/Linux-v4.19/init/
Dmain.c1077 system_state = SYSTEM_RUNNING; in kernel_init()
/Linux-v4.19/Documentation/translations/zh_CN/
Dcoding-style.rst396 return system_state == SYSTEM_RUNNING;
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_probe.c197 if (system_state > SYSTEM_RUNNING) { in xenbus_otherend_changed()
/Linux-v4.19/drivers/acpi/
Dpci_root.c535 bool hotadd = system_state == SYSTEM_RUNNING; in acpi_pci_root_add()

12