/linux/arch/sparc/kernel/ |
A D | traps_64.c | 1282 if (!recoverable) in cheetah_log_errors() 1314 int recoverable; in cheetah_fecc_handler() local 1369 recoverable = 1; in cheetah_fecc_handler() 1371 recoverable = 0; in cheetah_fecc_handler() 1390 if (!recoverable) in cheetah_fecc_handler() 1558 recoverable = 1; in cheetah_cee_handler() 1560 recoverable = 0; in cheetah_cee_handler() 1568 if (!recoverable) in cheetah_cee_handler() 1686 recoverable = 1; in cheetah_deferred_handler() 1688 recoverable = 0; in cheetah_deferred_handler() [all …]
|
/linux/arch/powerpc/kernel/ |
A D | traps.c | 607 int recoverable = 1; in machine_check_e500mc() local 610 recoverable = fsl_rio_mcheck_exception(regs); in machine_check_e500mc() 611 if (recoverable == 1) in machine_check_e500mc() 654 recoverable = 0; in machine_check_e500mc() 660 recoverable = 0; in machine_check_e500mc() 668 recoverable = 0; in machine_check_e500mc() 673 recoverable = 0; in machine_check_e500mc() 678 recoverable = 0; in machine_check_e500mc() 683 recoverable = 0; in machine_check_e500mc() 691 recoverable = 0; in machine_check_e500mc() [all …]
|
/linux/drivers/edac/ |
A D | skx_common.c | 536 bool recoverable; in skx_mce_output_error() local 543 recoverable = GET_BITFIELD(m->status, 56, 56); in skx_mce_output_error() 597 (uncorrected_error && recoverable) ? " recoverable" : "", in skx_mce_output_error() 603 (uncorrected_error && recoverable) ? " recoverable" : "", in skx_mce_output_error()
|
A D | sb_edac.c | 2957 bool recoverable; in sbridge_mce_output_error() local 2975 recoverable = true; in sbridge_mce_output_error() 2977 recoverable = GET_BITFIELD(m->status, 56, 56); in sbridge_mce_output_error() 3026 (uncorrected_error && recoverable) in sbridge_mce_output_error() 3045 (uncorrected_error && recoverable) in sbridge_mce_output_error() 3096 (uncorrected_error && recoverable) ? " recoverable" : "", in sbridge_mce_output_error()
|
/linux/drivers/md/bcache/ |
A D | request.c | 473 unsigned int recoverable:1; member 610 s->recoverable = false; in cache_lookup() 630 s->recoverable = false; in request_endio() 660 s->recoverable = false; in backing_request_endio() 732 s->recoverable = 1; in search_alloc() 789 if (s->recoverable && !s->read_dirty_data) { in cached_dev_read_error() 847 if (verify(dc) && s->recoverable && !s->read_dirty_data) in cached_dev_read_done()
|
/linux/drivers/gpu/drm/lima/ |
A D | lima_gp.c | 43 task->recoverable = false; in lima_gp_irq_handler() 146 task->recoverable = true; in lima_gp_task_run()
|
A D | lima_sched.h | 29 bool recoverable; member
|
A D | lima_sched.c | 507 if (task && task->recoverable) in lima_sched_pipe_task_done()
|
/linux/Documentation/firmware-guide/acpi/apei/ |
A D | output_format.rst | 21 <severity string>* := recoverable | fatal | corrected | info 110 if section severity is fatal or recoverable
|
/linux/Documentation/driver-api/ |
A D | dma-buf.rst | 280 Modern hardware supports recoverable page faults, which has a lot of 286 means any workload using recoverable page faults cannot use DMA fences for 292 built on top of userspace fences, they cannot benefit from recoverable page 295 on-demand fill a memory request. For now this means recoverable page 300 job with a DMA fence and a compute workload using recoverable page faults are
|
/linux/Documentation/admin-guide/ |
A D | tainted-kernels.rst | 15 notices an internal problem (a 'kernel bug'), a recoverable error 16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
|
A D | reporting-issues.rst | 421 fatal error where the kernel stop itself) with a 'Oops' (a recoverable error), 513 problem (a 'kernel bug'), a recoverable error (a 'kernel Oops') or a 514 non-recoverable error before halting operation (a 'kernel panic'). Look near 524 1. A recoverable error (a 'kernel Oops') occurred and the kernel tainted
|
A D | bcache.rst | 124 cache, don't expect the filesystem to be recoverable - you will have massive
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-qbuf.rst | 130 non-critical (recoverable) streaming error. In such case the application 178 It is recommended that drivers indicate recoverable errors by setting
|
A D | buffer.rst | 507 although the data might have been corrupted. This is recoverable,
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | freezer-subsystem.rst | 19 recoverable error occur. This also allows the checkpointed tasks to be
|
/linux/Documentation/ia64/ |
A D | err_inject.rst | 7 hardware correctable error handling, OS recoverable error handling, MC 60 #recoverable, DTR0, hier-2.
|
A D | mca.rst | 155 mode registers are preserved across a recoverable MCA/INIT. Since the
|
/linux/Documentation/x86/x86_64/ |
A D | boot-options.rst | 69 Force-enable recoverable machine check code paths
|
/linux/lib/ |
A D | Kconfig | 658 # arch has a concept of a recoverable synchronous exception due to a
|
/linux/Documentation/PCI/ |
A D | pci-error-recovery.rst | 227 recoverable in its current state and it needs a slot
|
/linux/Documentation/fpga/ |
A D | dfl.rst | 164 operation failure) and be recoverable from the failure.
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/ |
A D | mlx5.rst | 498 could be recoverable by polling the EQ (Event Queue).
|
/linux/Documentation/filesystems/ |
A D | fscrypt.rst | 139 recoverable from freed memory, even after the corresponding key(s) 1045 may remain recoverable from free space on the disk; prefer to keep
|
/linux/Documentation/scsi/ |
A D | ChangeLog.sym53c8xx | 592 having been selected with ATN. Such a situation is not recoverable,
|