Searched refs:tolerant (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/arch/x86/kernel/cpu/mce/ |
D | core.c | 96 .tolerant = 1, 811 m.severity = mce_severity(&m, NULL, mca_cfg.tolerant, NULL, false); in machine_check_poll() 863 if (mce_severity(m, regs, mca_cfg.tolerant, &tmp, true) >= MCE_PANIC_SEVERITY) { in mce_no_way_out() 906 if (mca_cfg.tolerant <= 1) { in mce_timed_out() 971 if (m && global_worst >= MCE_PANIC_SEVERITY && mca_cfg.tolerant < 3) { in mce_reign() 973 mce_severity(m, NULL, mca_cfg.tolerant, &msg, true); in mce_reign() 987 if (global_worst <= MCE_KEEP_SEVERITY && mca_cfg.tolerant < 3) in mce_reign() 1221 severity = mce_severity(m, regs, cfg->tolerant, NULL, true); in __mc_scan_banks() 1399 kill_current_task = (cfg->tolerant == 3) ? 0 : 1; in do_machine_check() 1416 if (no_way_out && cfg->tolerant < 3) in do_machine_check() [all …]
|
D | internal.h | 42 int tolerant, char **msg, bool is_excp); 133 int tolerant; member
|
D | severity.c | 320 static int mce_severity_amd(struct mce *m, struct pt_regs *regs, int tolerant, in mce_severity_amd() argument 374 int tolerant, char **msg, bool is_excp) in mce_severity_intel() argument 403 if (tolerant < 1) in mce_severity_intel() 411 int (*mce_severity)(struct mce *m, struct pt_regs *regs, int tolerant, char **msg, bool is_excp) =
|
/Linux-v5.15/Documentation/x86/x86_64/ |
D | machinecheck.rst | 50 tolerant 57 deadlock. Higher tolerant values trade potentially better uptime 58 with the risk of a crash or even corruption (for tolerant >= 3).
|
/Linux-v5.15/tools/memory-model/Documentation/ |
D | access-marking.txt | 69 3. Reads whose values feed into error-tolerant heuristics. 71 4. Writes setting values that feed into error-tolerant heuristics. 148 The values read into error-tolerant heuristics come from somewhere,
|
/Linux-v5.15/Documentation/filesystems/ |
D | ubifs.rst | 65 Similarly to JFFS2, UBIFS is tolerant of unclean reboots and power-cuts.
|
D | fiemap.rst | 204 structure directly. Filesystem handlers should be tolerant to signals and return
|
D | ntfs.rst | 271 For NT4 fault tolerant volumes you can obtain the sizes using fdisk. So for
|
/Linux-v5.15/Documentation/vm/ |
D | hwpoison.rst | 63 (on x86 this can be also affected by the tolerant level of the
|
/Linux-v5.15/Documentation/gpu/ |
D | vgaarbiter.rst | 85 a bit, but makes the arbiter more tolerant to user space problems and able
|
/Linux-v5.15/Documentation/admin-guide/ |
D | kernel-parameters.rst | 79 The special case-tolerant group name "all" has a meaning of selecting all CPUs,
|
D | kernel-parameters.txt | 9 strict -- Be less tolerant of platforms that are not
|
/Linux-v5.15/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 319 Ext3fs seems to be tolerant, retrying reads/writes until it does
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
D | zoran.rst | 389 the LML33 works, the DC10+/DC30+ will work too. They're most tolerant to
|
/Linux-v5.15/Documentation/PCI/ |
D | pci-error-recovery.rst | 58 of the current Linux file systems are not tolerant of disconnection
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
D | driver.rst | 386 These kinds of irqchips are inherently realtime tolerant as they are
|
/Linux-v5.15/arch/mips/ |
D | Kconfig | 2740 words, it makes the kernel MIPS16-tolerant.
|