Home
last modified time | relevance | path

Searched refs:uncorrectable (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/mfd/
Dsi476x-reports.h160 __u16 uncorrectable; member
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt94 and uncorrectable errors. This classification is based on the impacts
101 corrected by hardware. Unlike correctable errors, uncorrectable
104 to be unreliable. Depending on those error conditions, uncorrectable
218 pci_cleanup_aer_uncorrect_error_status cleanups the uncorrectable
248 cleanup uncorrectable status register. Pls. refer to section 3.3.
/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt78 0x04 | uncorrectable | Number of uncorrectable RDS blocks
/linux-4.4.14/Documentation/
Dedac.txt224 This attribute file displays the total count of uncorrectable
429 An uncorrectable error will cause a machine panic. This is usually
430 desirable. It is a bad idea to continue when an uncorrectable error
445 Generate kernel messages describing uncorrectable errors. These errors
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-edac34 Description: This attribute file displays the total count of uncorrectable
/linux-4.4.14/fs/btrfs/
Dscrub.c796 int uncorrectable = 0; in scrub_fixup_nodatasum() local
806 uncorrectable = 1; in scrub_fixup_nodatasum()
812 uncorrectable = 1; in scrub_fixup_nodatasum()
829 uncorrectable = 1; in scrub_fixup_nodatasum()
841 if (uncorrectable) { in scrub_fixup_nodatasum()
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c998 report->uncorrectable = get_unaligned_be16(resp + 6); in si476x_core_cmd_fm_rds_blockcount()