/linux-4.1.27/kernel/ |
D | async.c | 117 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_run_entry_fn() 124 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_run_entry_fn() 287 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_synchronize_cookie_domain() 294 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_synchronize_cookie_domain()
|
D | notifier.c | 223 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_register() 276 if (unlikely(system_state == SYSTEM_BOOTING)) in blocking_notifier_chain_unregister() 431 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_register() 461 if (unlikely(system_state == SYSTEM_BOOTING)) in srcu_notifier_chain_unregister()
|
D | reboot.c | 71 system_state = SYSTEM_RESTART; in kernel_restart_prepare() 232 system_state = state; in kernel_shutdown_prepare()
|
D | extable.c | 76 if (system_state == SYSTEM_BOOTING && in core_kernel_text()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | xsave.h | 80 WARN_ON(system_state != SYSTEM_BOOTING); in xsave_state_booting() 107 WARN_ON(system_state != SYSTEM_BOOTING); in xrstor_state_booting()
|
D | fpu-internal.h | 534 if (unlikely(system_state == SYSTEM_BOOTING)) in __save_fpu()
|
/linux-4.1.27/lib/ |
D | smp_processor_id.c | 31 if (system_state != SYSTEM_RUNNING) in check_preemption_disabled()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_gpio.c | 676 if (system_state == SYSTEM_BOOTING) in peripheral_request() 701 if (system_state == SYSTEM_BOOTING) in peripheral_request() 822 if (system_state == SYSTEM_BOOTING) in bfin_gpio_request() 830 if (system_state == SYSTEM_BOOTING) in bfin_gpio_request() 868 if (system_state == SYSTEM_BOOTING) in bfin_gpio_free() 963 if (system_state == SYSTEM_BOOTING) in bfin_gpio_irq_request() 996 if (system_state == SYSTEM_BOOTING) in bfin_gpio_irq_free()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | nvram.c | 198 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.1.27/kernel/power/ |
D | autosleep.c | 36 system_state != SYSTEM_RUNNING) { in try_to_suspend()
|
/linux-4.1.27/arch/x86/kernel/ |
D | tsc_sync.c | 135 if (cpu == (nr_cpu_ids-1) || system_state != SYSTEM_BOOTING) in check_tsc_sync_source()
|
D | apb_timer.c | 231 if (system_state == SYSTEM_RUNNING) { in apbt_cpuhp_notify()
|
D | smpboot.c | 694 if (system_state == SYSTEM_BOOTING) { in announce_cpu() 1362 if (system_state == SYSTEM_RUNNING) in common_cpu_die()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | smp.c | 547 if (system_state == SYSTEM_BOOTING || in ipi_cpu_stop() 548 system_state == SYSTEM_RUNNING) { in ipi_cpu_stop()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp.c | 97 if (system_state == SYSTEM_BOOTING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable() 521 if (system_state < SYSTEM_RUNNING) in __cpu_up() 699 if (system_state == SYSTEM_RUNNING) in start_secondary()
|
/linux-4.1.27/init/ |
D | main.c | 109 enum system_states system_state __read_mostly; 110 EXPORT_SYMBOL(system_state); 937 system_state = SYSTEM_RUNNING; in kernel_init()
|
/linux-4.1.27/arch/metag/kernel/ |
D | smp.c | 566 if (system_state == SYSTEM_BOOTING || in stop_this_cpu() 567 system_state == SYSTEM_RUNNING) { in stop_this_cpu()
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp.c | 535 if (system_state == SYSTEM_BOOTING || in ipi_cpu_stop() 536 system_state == SYSTEM_RUNNING) { in ipi_cpu_stop()
|
/linux-4.1.27/drivers/ide/ |
D | ide-gd.c | 132 if (system_state != SYSTEM_POWER_OFF) { 134 if (system_state == SYSTEM_RESTART &&
|
/linux-4.1.27/mm/ |
D | early_ioremap.c | 105 WARN_ON(system_state != SYSTEM_BOOTING); in __early_ioremap()
|
D | vmscan.c | 3548 BUG_ON(system_state == SYSTEM_BOOTING); in kswapd_run()
|
D | page_alloc.c | 3979 if (system_state == SYSTEM_BOOTING) { in build_all_zonelists()
|
/linux-4.1.27/drivers/cpufreq/ |
D | pasemi-cpufreq.c | 229 if (system_state != SYSTEM_BOOTING) in pas_cpufreq_cpu_exit()
|
/linux-4.1.27/include/linux/ |
D | dmar.h | 101 system_state == SYSTEM_BOOTING; in dmar_rcu_check()
|
D | kernel.h | 469 } system_state;
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle-powernv.c | 72 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
|
/linux-4.1.27/drivers/xen/ |
D | manage.c | 189 switch (system_state) { in do_poweroff()
|
/linux-4.1.27/drivers/tty/serial/ |
D | kgdboc.c | 94 if (likely(system_state == SYSTEM_RUNNING)) in kgdboc_restore_input()
|
/linux-4.1.27/drivers/misc/mic/card/ |
D | mic_device.c | 303 mic_notify_host(system_state); in mic_driver_uninit()
|
/linux-4.1.27/arch/sh/kernel/ |
D | smp.c | 91 if (system_state == SYSTEM_RUNNING) in native_cpu_die()
|
/linux-4.1.27/drivers/acpi/ |
D | device_pm.c | 761 u32 system_state) in acpi_dev_pm_low_power() argument 768 ret = acpi_dev_pm_get_state(dev, adev, system_state, NULL, &state); in acpi_dev_pm_low_power()
|
D | pci_root.c | 530 bool hotadd = system_state != SYSTEM_BOOTING; in acpi_pci_root_add()
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | smp.c | 259 if (system_state == SYSTEM_RUNNING) { in smp_85xx_kick_cpu()
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
D | cpia2.h | 325 u8 system_state; member
|
D | cpia2_core.c | 485 cam->params.vp_params.system_state = cmd.buffer.block_data[0]; in cpia2_do_command() 860 if (cam->params.vp_params.system_state & in cpia2_set_high_power()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 501 if (system_state == SYSTEM_BOOTING) in intel_init_thermal()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-cmos.c | 1097 if (system_state == SYSTEM_POWER_OFF && !cmos_poweroff(dev)) in cmos_pnp_shutdown() 1203 if (system_state == SYSTEM_POWER_OFF && !cmos_poweroff(dev)) in cmos_platform_shutdown()
|
D | rtc-mrst.c | 523 if (system_state == SYSTEM_POWER_OFF && !mrst_poweroff(&pdev->dev)) in vrtc_mrst_platform_shutdown()
|
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
D | core.c | 395 if (system_state != SYSTEM_RUNNING) in microcode_init_cpu()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 757 if (system_state < SYSTEM_RUNNING) in pnv_eeh_phb_poll() 795 if (system_state < SYSTEM_RUNNING) in pnv_eeh_phb_reset()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 334 return system_state == SYSTEM_RUNNING;
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_probe.c | 201 if (system_state > SYSTEM_RUNNING) { in xenbus_otherend_changed()
|
D | xenbus_xs.c | 147 switch (system_state) { in xenbus_ok()
|
/linux-4.1.27/drivers/usb/storage/ |
D | uas.c | 1144 if (system_state != SYSTEM_RESTART) in uas_shutdown()
|
/linux-4.1.27/drivers/iommu/ |
D | intel-iommu.c | 3729 if (system_state != SYSTEM_BOOTING && !intel_iommu_enabled) in dmar_parse_one_atsr() 3971 if (!intel_iommu_enabled && system_state != SYSTEM_BOOTING) in dmar_iommu_notify_scope_dev()
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 970 if ((boot_delay == 0 || system_state != SYSTEM_BOOTING) in boot_delay_msec()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-rhine.c | 2447 if (system_state == SYSTEM_POWER_OFF && !avoid_D3) { in rhine_shutdown_pci()
|
/linux-4.1.27/drivers/scsi/ |
D | sd.c | 3126 if (system_state != SYSTEM_RESTART && sdkp->device->manage_start_stop) { in sd_shutdown()
|
D | ipr.c | 10323 if (ipr_fast_reboot && system_state == SYSTEM_RESTART && ioa_cfg->sis64) in ipr_shutdown() 10329 if (ipr_fast_reboot && system_state == SYSTEM_RESTART && ioa_cfg->sis64) { in ipr_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 2565 if (system_state == SYSTEM_POWER_OFF) { in pch_gbe_shutdown()
|
/linux-4.1.27/drivers/ata/ |
D | libata-scsi.c | 1383 system_state == SYSTEM_POWER_OFF) in ata_scsi_start_stop_xlat()
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 380 return system_state == SYSTEM_RUNNING;
|
/linux-4.1.27/drivers/net/ethernet/intel/ |
D | e100.c | 3091 if (system_state == SYSTEM_POWER_OFF) in e100_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 6171 if (system_state != SYSTEM_POWER_OFF) in nv_shutdown() 6179 if (system_state == SYSTEM_POWER_OFF) { in nv_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 5216 if (system_state == SYSTEM_POWER_OFF) { in e1000_shutdown()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 7314 system_state != SYSTEM_RUNNING || oops_in_progress) in ___might_sleep()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 7546 if (system_state == SYSTEM_POWER_OFF) { in igb_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | r8169.c | 7857 if (system_state == SYSTEM_POWER_OFF) { in rtl_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 8787 if (system_state == SYSTEM_POWER_OFF) in bnx2_shutdown()
|
D | tg3.c | 18120 if (system_state == SYSTEM_POWER_OFF) in tg3_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5928 if (system_state == SYSTEM_POWER_OFF) { in ixgbe_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 10245 if (system_state == SYSTEM_POWER_OFF) { in i40e_shutdown()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13627 if (system_state == SYSTEM_POWER_OFF) { in __bnx2x_remove()
|