Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mfd/
Dsi476x-reports.h160 __u16 uncorrectable; member
/linux-4.1.27/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.1.27/Documentation/video4linux/
Dsi476x.txt78 0x04 | uncorrectable | Number of uncorrectable RDS blocks
/linux-4.1.27/Documentation/
Dedac.txt257 This attribute file displays the total count of uncorrectable
460 An uncorrectable error will cause a machine panic. This is usually
461 desirable. It is a bad idea to continue when an uncorrectable error
476 Generate kernel messages describing uncorrectable errors. These errors
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-edac34 Description: This attribute file displays the total count of uncorrectable
/linux-4.1.27/fs/btrfs/
Dscrub.c804 int uncorrectable = 0; in scrub_fixup_nodatasum() local
814 uncorrectable = 1; in scrub_fixup_nodatasum()
820 uncorrectable = 1; in scrub_fixup_nodatasum()
837 uncorrectable = 1; in scrub_fixup_nodatasum()
849 if (uncorrectable) { in scrub_fixup_nodatasum()
/linux-4.1.27/drivers/mfd/
Dsi476x-cmd.c998 report->uncorrectable = get_unaligned_be16(resp + 6); in si476x_core_cmd_fm_rds_blockcount()