Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dsmp_processor_id.c31 if (system_state != SYSTEM_RUNNING) in check_preemption_disabled()
/linux-4.4.14/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-4.4.14/kernel/power/
Dautosleep.c36 system_state != SYSTEM_RUNNING) { in try_to_suspend()
/linux-4.4.14/drivers/cpuidle/
Dcpuidle-powernv.c79 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/linux-4.4.14/drivers/tty/serial/
Dkgdboc.c94 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
/linux-4.4.14/drivers/xen/
Dmanage.c193 case SYSTEM_RUNNING: in do_poweroff()
/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c521 if (system_state < SYSTEM_RUNNING) in __cpu_up()
699 if (system_state == SYSTEM_RUNNING) in start_secondary()
/linux-4.4.14/arch/x86/kernel/
Dapb_timer.c227 if (system_state == SYSTEM_RUNNING) { in apbt_cpuhp_notify()
Dsmpboot.c1404 if (system_state == SYSTEM_RUNNING) in common_cpu_die()
/linux-4.4.14/arch/sh/kernel/
Dsmp.c91 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsmp.c272 if (system_state == SYSTEM_RUNNING) { in smp_85xx_kick_cpu()
/linux-4.4.14/arch/metag/kernel/
Dsmp.c569 system_state == SYSTEM_RUNNING) { in stop_this_cpu()
/linux-4.4.14/arch/arm64/kernel/
Dsmp.c689 system_state == SYSTEM_RUNNING) { in ipi_cpu_stop()
/linux-4.4.14/arch/arm/kernel/
Dsmp.c554 system_state == SYSTEM_RUNNING) { in ipi_cpu_stop()
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dcore.c489 if (system_state != SYSTEM_RUNNING) in microcode_init_cpu()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c744 if (system_state < SYSTEM_RUNNING) in pnv_eeh_phb_poll()
782 if (system_state < SYSTEM_RUNNING) in pnv_eeh_phb_reset()
/linux-4.4.14/init/
Dmain.c941 system_state = SYSTEM_RUNNING; in kernel_init()
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle334 return system_state == SYSTEM_RUNNING;
/linux-4.4.14/include/linux/
Dkernel.h472 SYSTEM_RUNNING, enumerator
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe.c201 if (system_state > SYSTEM_RUNNING) { in xenbus_otherend_changed()
/linux-4.4.14/Documentation/
DCodingStyle380 return system_state == SYSTEM_RUNNING;
/linux-4.4.14/kernel/sched/
Dcore.c7572 system_state != SYSTEM_RUNNING || oops_in_progress) in ___might_sleep()