Home
last modified time | relevance | path

Searched refs:kexec_in_progress (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dkexec.h309 extern bool kexec_in_progress;
/linux-4.1.27/kernel/
Dkexec.c58 bool kexec_in_progress = false; variable
2730 kexec_in_progress = true; in kernel_kexec()
/linux-4.1.27/drivers/pci/
Dpci-driver.c464 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) in pci_device_shutdown()
/linux-4.1.27/arch/x86/xen/
Denlighten.c1809 if (kexec_in_progress) in xen_hvm_shutdown()