Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/drivers/edac/
Di7core_edac.c260 struct i7core_inject inject; member
667 pvt->inject.enable = 0; in disable_inject()
669 if (!pvt->pci_ch[pvt->inject.channel][0]) in disable_inject()
672 pci_write_config_dword(pvt->pci_ch[pvt->inject.channel][0], in disable_inject()
694 if (pvt->inject.enable) in i7core_inject_section_store()
701 pvt->inject.section = (u32) value; in i7core_inject_section_store()
711 return sprintf(data, "0x%08x\n", pvt->inject.section); in i7core_inject_section_show()
731 if (pvt->inject.enable) in i7core_inject_type_store()
738 pvt->inject.type = (u32) value; in i7core_inject_type_store()
749 return sprintf(data, "0x%08x\n", pvt->inject.type); in i7core_inject_type_show()
[all …]
Docteon_edac-lmc.c29 unsigned long inject; member
78 if (!pvt->inject) in octeon_lmc_edac_poll_o2()
90 if (likely(!pvt->inject)) in octeon_lmc_edac_poll_o2()
120 if (likely(!pvt->inject)) in octeon_lmc_edac_poll_o2()
123 pvt->inject = 0; in octeon_lmc_edac_poll_o2()
154 TEMPLATE_SHOW(inject);
155 TEMPLATE_STORE(inject);
197 static DEVICE_ATTR(inject, S_IRUGO | S_IWUSR,
DKconfig90 allows the operator/user to inject Uncorrectable and Correctable
98 - inject_ecc_vector (hex ecc vector: select bits of inject word)
/linux-4.19.296/lib/
DMakefile159 obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
160 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
161 obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o
162 obj-$(CONFIG_NETDEV_NOTIFIER_ERROR_INJECT) += netdev-notifier-error-inject.o
163 obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o
165 of-reconfig-notifier-error-inject.o
166 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
DKconfig.debug677 This option provides the ability to inject artificial errors to
679 debugfs interface under /sys/kernel/debug/notifier-error-inject/memory
686 # cd /sys/kernel/debug/notifier-error-inject/memory
692 be called memory-notifier-error-inject.
1444 This option provides the ability to inject artificial errors to
1455 This option provides the ability to inject artificial errors to
1457 interface /sys/kernel/debug/notifier-error-inject/pm
1464 # cd /sys/kernel/debug/notifier-error-inject/pm/
1470 be called pm-notifier-error-inject.
1478 This option provides the ability to inject artificial errors to
[all …]
/linux-4.19.296/include/linux/
Dkvm_irqfd.h55 struct work_struct inject; member
Dvfio.h188 struct work_struct inject; member
/linux-4.19.296/virt/kvm/
Deventfd.c57 container_of(work, struct kvm_kernel_irqfd, inject); in irqfd_inject()
144 flush_work(&irqfd->inject); in irqfd_shutdown()
217 schedule_work(&irqfd->inject); in irqfd_wakeup()
316 INIT_WORK(&irqfd->inject, irqfd_inject); in kvm_irqfd_assign()
415 schedule_work(&irqfd->inject); in kvm_irqfd_assign()
/linux-4.19.296/drivers/pci/pcie/
DKconfig47 help of a user space helper tool aer-inject, which can be
49 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
/linux-4.19.296/fs/f2fs/
DKconfig98 Test F2FS to inject faults such as ENOMEM, ENOSPC, and so on.
/linux-4.19.296/drivers/i2c/busses/
DKconfig592 This adds some functionality to the i2c-gpio driver which can inject
/linux-4.19.296/
DMAINTAINERS5640 F: lib/fault-inject.c
6779 F: mm/hwpoison-inject.c