Home
last modified time | relevance | path

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

12

/linux/arch/sparc/kernel/
A Dtraps_64.c1282 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 Dtraps.c607 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 Dskx_common.c536 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 Dsb_edac.c2957 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 Drequest.c473 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 Dlima_gp.c43 task->recoverable = false; in lima_gp_irq_handler()
146 task->recoverable = true; in lima_gp_task_run()
A Dlima_sched.h29 bool recoverable; member
A Dlima_sched.c507 if (task && task->recoverable) in lima_sched_pipe_task_done()
/linux/Documentation/firmware-guide/acpi/apei/
A Doutput_format.rst21 <severity string>* := recoverable | fatal | corrected | info
110 if section severity is fatal or recoverable
/linux/Documentation/driver-api/
A Ddma-buf.rst280 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 Dtainted-kernels.rst15 notices an internal problem (a 'kernel bug'), a recoverable error
16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
A Dreporting-issues.rst421 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 Dbcache.rst124 cache, don't expect the filesystem to be recoverable - you will have massive
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-qbuf.rst130 non-critical (recoverable) streaming error. In such case the application
178 It is recommended that drivers indicate recoverable errors by setting
A Dbuffer.rst507 although the data might have been corrupted. This is recoverable,
/linux/Documentation/admin-guide/cgroup-v1/
A Dfreezer-subsystem.rst19 recoverable error occur. This also allows the checkpointed tasks to be
/linux/Documentation/ia64/
A Derr_inject.rst7 hardware correctable error handling, OS recoverable error handling, MC
60 #recoverable, DTR0, hier-2.
A Dmca.rst155 mode registers are preserved across a recoverable MCA/INIT. Since the
/linux/Documentation/x86/x86_64/
A Dboot-options.rst69 Force-enable recoverable machine check code paths
/linux/lib/
A DKconfig658 # arch has a concept of a recoverable synchronous exception due to a
/linux/Documentation/PCI/
A Dpci-error-recovery.rst227 recoverable in its current state and it needs a slot
/linux/Documentation/fpga/
A Ddfl.rst164 operation failure) and be recoverable from the failure.
/linux/Documentation/networking/device_drivers/ethernet/mellanox/
A Dmlx5.rst498 could be recoverable by polling the EQ (Event Queue).
/linux/Documentation/filesystems/
A Dfscrypt.rst139 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 DChangeLog.sym53c8xx592 having been selected with ATN. Such a situation is not recoverable,

Completed in 58 milliseconds

12