Searched refs:tolerant (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-severity.c | 251 static int mce_severity_amd(struct mce *m, int tolerant, char **msg, bool is_excp) in mce_severity_amd() argument 303 static int mce_severity_intel(struct mce *m, int tolerant, char **msg, bool is_excp) in mce_severity_intel() argument 326 if (tolerant < 1) in mce_severity_intel() 334 int (*mce_severity)(struct mce *m, int tolerant, char **msg, bool is_excp) =
|
D | mce-internal.h | 44 extern int (*mce_severity)(struct mce *a, int tolerant, char **msg, bool is_excp); 130 int tolerant; member
|
D | mce.c | 81 .tolerant = 1, 729 m.severity = mce_severity(&m, mca_cfg.tolerant, NULL, false); in machine_check_poll() 783 if (mce_severity(m, mca_cfg.tolerant, &tmp, true) >= MCE_PANIC_SEVERITY) { in mce_no_way_out() 820 if (mca_cfg.tolerant <= 1) in mce_timed_out() 870 mca_cfg.tolerant, in mce_reign() 884 if (m && global_worst >= MCE_PANIC_SEVERITY && mca_cfg.tolerant < 3) in mce_reign() 897 if (global_worst <= MCE_KEEP_SEVERITY && mca_cfg.tolerant < 3) in mce_reign() 1137 severity = mce_severity(m, cfg->tolerant, NULL, true); in __mc_scan_banks() 1284 if (worst >= MCE_PANIC_SEVERITY && mca_cfg.tolerant < 3) { in do_machine_check() 1285 mce_severity(&m, cfg->tolerant, &msg, true); in do_machine_check() [all …]
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | machinecheck | 48 tolerant 55 deadlock. Higher tolerant values trade potentially better uptime 56 with the risk of a crash or even corruption (for tolerant >= 3).
|
/Linux-v4.19/Documentation/filesystems/ |
D | ubifs.txt | 59 Similarly to JFFS2, UBIFS is tolerant of unclean reboots and power-cuts.
|
D | fiemap.txt | 199 structure directly. Filesystem handlers should be tolerant to signals and return
|
D | ntfs.txt | 254 For NT4 fault tolerant volumes you can obtain the sizes using fdisk. So for
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 63 (on x86 this can be also affected by the tolerant level of the
|
/Linux-v4.19/Documentation/gpu/ |
D | vgaarbiter.rst | 85 a bit, but makes the arbiter more tolerant to user space problems and able
|
/Linux-v4.19/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 315 Ext3fs seems to be tolerant, retrying reads/writes until it does
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-error-recovery.txt | 57 of the current Linux file systems are not tolerant of disconnection
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | zoran.rst | 387 the LML33 works, the DC10+/DC30+ will work too. They're most tolerant to
|
/Linux-v4.19/arch/mips/ |
D | Kconfig | 2536 words, it makes the kernel MIPS16-tolerant.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 9 strict -- Be less tolerant of platforms that are not
|