Home
last modified time | relevance | path

Searched refs:recoverable (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dtraps_64.c1173 unsigned long afsr, unsigned long afar, int recoverable) in cheetah_log_errors() argument
1179 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
1183 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
1186 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id()); in cheetah_log_errors()
1189 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
1196 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
1216 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors()
1227 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors()
1233 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
1239 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors()
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c526 int recoverable = 1; in machine_check_e500mc() local
529 recoverable = fsl_rio_mcheck_exception(regs); in machine_check_e500mc()
530 if (recoverable == 1) in machine_check_e500mc()
573 recoverable = 0; in machine_check_e500mc()
579 recoverable = 0; in machine_check_e500mc()
587 recoverable = 0; in machine_check_e500mc()
592 recoverable = 0; in machine_check_e500mc()
597 recoverable = 0; in machine_check_e500mc()
602 recoverable = 0; in machine_check_e500mc()
610 recoverable = 0; in machine_check_e500mc()
[all …]
/Linux-v4.19/drivers/md/bcache/
Drequest.c476 unsigned int recoverable:1; member
612 s->recoverable = false; in cache_lookup()
632 s->recoverable = false; in request_endio()
662 s->recoverable = false; in backing_request_endio()
733 s->recoverable = 1; in search_alloc()
789 if (s->recoverable && !s->read_dirty_data) { in cached_dev_read_error()
832 if (verify(dc) && s->recoverable && !s->read_dirty_data) in cached_dev_read_done()
/Linux-v4.19/Documentation/acpi/apei/
Doutput_format.txt18 <severity string>* := recoverable | fatal | corrected | info
107 if section severity is fatal or recoverable
/Linux-v4.19/drivers/scsi/osd/
DKconfig37 sense-decoding message. Setting to 2 will also print recoverable
/Linux-v4.19/arch/arc/plat-eznps/
DKconfig45 (just a stock ARC700) which is recoverable. This option makes
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-qbuf.rst108 non-critical (recoverable) streaming error. In such case the application
147 It is recommended that drivers indicate recoverable errors by setting
Dbuffer.rst513 although the data might have been corrupted. This is recoverable,
/Linux-v4.19/drivers/edac/
Dskx_edac.c953 bool recoverable; in skx_mce_output_error() local
959 recoverable = GET_BITFIELD(m->status, 56, 56); in skx_mce_output_error()
1013 (uncorrected_error && recoverable) ? " recoverable" : "", in skx_mce_output_error()
Dsb_edac.c2874 bool recoverable; in sbridge_mce_output_error() local
2886 recoverable = true; in sbridge_mce_output_error()
2888 recoverable = GET_BITFIELD(m->status, 56, 56); in sbridge_mce_output_error()
2947 (uncorrected_error && recoverable) in sbridge_mce_output_error()
2966 (uncorrected_error && recoverable) in sbridge_mce_output_error()
3012 (uncorrected_error && recoverable) ? " recoverable" : "", in sbridge_mce_output_error()
/Linux-v4.19/Documentation/cgroup-v1/
Dfreezer-subsystem.txt15 recoverable error occur. This also allows the checkpointed tasks to be
/Linux-v4.19/Documentation/ia64/
Derr_inject.txt7 hardware correctable error handling, OS recoverable error handling, MC
60 #recoverable, DTR0, hier-2.
Dmca.txt151 mode registers are preserved across a recoverable MCA/INIT. Since the
/Linux-v4.19/Documentation/x86/x86_64/
Dboot-options.txt65 Force-enable recoverable machine check code paths
/Linux-v4.19/Documentation/fpga/
Ddfl.txt132 operation failure) and be recoverable from the failure.
/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt217 recoverable in its current state and it needs a slot
/Linux-v4.19/Documentation/admin-guide/
Dbcache.rst117 cache, don't expect the filesystem to be recoverable - you will have massive
/Linux-v4.19/Documentation/scsi/
DChangeLog.sym53c8xx592 having been selected with ATN. Such a situation is not recoverable,
/Linux-v4.19/drivers/platform/x86/
DKconfig1015 not receive CPU-generated SMIs for recoverable errors. Use of this
/Linux-v4.19/Documentation/filesystems/
Dxfs-delayed-logging-design.txt118 them and get them to the log in a consistent, recoverable manner.