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

/linux-4.1.27/lib/
H A Dsmp_processor_id.c31 if (system_state != SYSTEM_RUNNING) check_preemption_disabled()
/linux-4.1.27/kernel/power/
H A Dautosleep.c36 system_state != SYSTEM_RUNNING) { try_to_suspend()
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dnvram.c198 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; pmu_nvram_read_byte()
202 if (system_state == SYSTEM_RUNNING) pmu_nvram_read_byte()
214 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; pmu_nvram_write_byte()
218 if (system_state == SYSTEM_RUNNING) pmu_nvram_write_byte()
/linux-4.1.27/drivers/cpuidle/
H A Dcpuidle-powernv.c72 if (unlikely(system_state < SYSTEM_RUNNING)) fastsleep_loop()
/linux-4.1.27/include/acpi/platform/
H A Daclinuxex.h81 * However, boot has (system_state != SYSTEM_RUNNING)
/linux-4.1.27/arch/sh/kernel/
H A Dsmp.c91 if (system_state == SYSTEM_RUNNING) native_cpu_die()
/linux-4.1.27/drivers/tty/serial/
H A Dkgdboc.c94 if (likely(system_state == SYSTEM_RUNNING)) kgdboc_restore_input()
/linux-4.1.27/drivers/xen/
H A Dmanage.c193 case SYSTEM_RUNNING: do_poweroff()
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp.c521 if (system_state < SYSTEM_RUNNING) __cpu_up()
699 if (system_state == SYSTEM_RUNNING) start_secondary()
/linux-4.1.27/arch/x86/kernel/
H A Dapb_timer.c231 if (system_state == SYSTEM_RUNNING) { apbt_cpuhp_notify()
H A Dsmpboot.c1362 if (system_state == SYSTEM_RUNNING) common_cpu_die()
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dsmp.c259 if (system_state == SYSTEM_RUNNING) { smp_85xx_kick_cpu()
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
H A Dcore.c395 if (system_state != SYSTEM_RUNNING) microcode_init_cpu()
/linux-4.1.27/arch/metag/kernel/
H A Dsmp.c567 system_state == SYSTEM_RUNNING) { stop_this_cpu()
/linux-4.1.27/arch/arm64/kernel/
H A Dsmp.c548 system_state == SYSTEM_RUNNING) { ipi_cpu_stop()
/linux-4.1.27/init/
H A Dmain.c937 system_state = SYSTEM_RUNNING; kernel_init()
/linux-4.1.27/arch/arm/kernel/
H A Dsmp.c536 system_state == SYSTEM_RUNNING) { ipi_cpu_stop()
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_probe.c201 if (system_state > SYSTEM_RUNNING) { xenbus_otherend_changed()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c757 if (system_state < SYSTEM_RUNNING) pnv_eeh_phb_poll()
795 if (system_state < SYSTEM_RUNNING) pnv_eeh_phb_reset()
/linux-4.1.27/include/linux/
H A Dkernel.h465 SYSTEM_RUNNING, enumerator in enum:system_states
/linux-4.1.27/kernel/sched/
H A Dcore.c7314 system_state != SYSTEM_RUNNING || oops_in_progress) ___might_sleep()

Completed in 463 milliseconds