| /Linux-v6.6/drivers/acpi/apei/ |
| D | Kconfig | 37 bool "APEI PCIe AER logging/recovering support" 49 bool "APEI memory error recovering support" 53 Turn on this option to enable the memory recovering support.
|
| /Linux-v6.6/fs/ocfs2/dlm/ |
| D | dlmrecovery.c | 269 list_for_each_entry(res, &dlm->reco.resources, recovering) { in dlm_print_reco_node_status() 912 list_for_each_entry(res, &resources, recovering) { in dlm_request_all_locks_worker() 1042 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_move_reco_locks_to_list() 1070 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 1074 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 2054 if (!list_empty(&res->recovering)) { in dlm_move_lockres_to_recovery_list() 2058 list_del_init(&res->recovering); in dlm_move_lockres_to_recovery_list() 2063 list_add_tail(&res->recovering, &dlm->reco.resources); in dlm_move_lockres_to_recovery_list() 2137 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_finish_local_lockres_recovery() 2142 list_del_init(&res->recovering); in dlm_finish_local_lockres_recovery() [all …]
|
| D | dlmdebug.c | 97 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource() 504 !list_empty(&res->recovering), in dump_lockres()
|
| D | dlmmaster.c | 486 !list_empty(&res->recovering) || in dlm_lockres_release() 497 !list_empty(&res->recovering) ? 'R' : ' ', in dlm_lockres_release() 510 BUG_ON(!list_empty(&res->recovering)); in dlm_lockres_release() 546 INIT_LIST_HEAD(&res->recovering); in dlm_init_lockres()
|
| D | dlmcommon.h | 296 struct list_head recovering; // dlm_recovery_ctxt.resources list member
|
| /Linux-v6.6/drivers/md/ |
| D | dm-region-hash.c | 404 int recovering = 0; in dm_rh_mark_nosync() local 433 recovering = (reg->state == DM_RH_RECOVERING); in dm_rh_mark_nosync() 438 if (recovering) in dm_rh_mark_nosync()
|
| /Linux-v6.6/sound/soc/intel/avs/ |
| D | ipc.c | 148 atomic_set(&adev->ipc->recovering, 0); in avs_dsp_recovery() 165 if (!atomic_add_unless(&ipc->recovering, 1, 1)) { in avs_dsp_exception_caught()
|
| D | avs.h | 202 atomic_t recovering; member
|
| /Linux-v6.6/Documentation/driver-api/md/ |
| D | raid5-ppl.rst | 16 modified by this write. It is just enough data needed for recovering from the
|
| /Linux-v6.6/Documentation/networking/devlink/ |
| D | mlx5.rst | 138 The tx reporter is responsible for reporting and recovering of the following three error scenarios: 169 The rx reporter is responsible for reporting and recovering of the following two error scenarios:
|
| /Linux-v6.6/Documentation/networking/device_drivers/ethernet/marvell/ |
| D | octeontx2.rst | 168 The NPA reporters are responsible for reporting and recovering the following group of errors: 225 The NIX reporters are responsible for reporting and recovering the following group of errors:
|
| /Linux-v6.6/Documentation/mm/ |
| D | hwpoison.rst | 8 Upcoming Intel CPUs have support for recovering from some memory errors
|
| /Linux-v6.6/fs/nfs/ |
| D | nfs4_fs.h | 214 recovering : 1, member
|
| D | nfs4proc.c | 478 exception->recovering = 0; in nfs4_do_handle_exception() 584 exception->recovering = 1; in nfs4_do_handle_exception() 602 if (exception->recovering) { in nfs4_handle_exception() 629 if (exception->recovering) { in nfs4_async_handle_exception()
|
| /Linux-v6.6/drivers/scsi/lpfc/ |
| D | lpfc_hbadisc.c | 437 bool recovering = false; in lpfc_dev_loss_tmo_handler() local 488 recovering = true; in lpfc_dev_loss_tmo_handler() 492 recovering = true; in lpfc_dev_loss_tmo_handler() 497 recovering = true; in lpfc_dev_loss_tmo_handler() 504 recovering = true; in lpfc_dev_loss_tmo_handler() 514 recovering = true; in lpfc_dev_loss_tmo_handler() 524 if (recovering) { in lpfc_dev_loss_tmo_handler()
|
| /Linux-v6.6/Documentation/driver-api/usb/ |
| D | persist.rst | 141 When recovering an interrupted power session the kernel does its best
|
| /Linux-v6.6/Documentation/driver-api/nvdimm/ |
| D | btt.rst | 261 - Info block checksum does not match (and recovering from the copy also fails)
|
| /Linux-v6.6/Documentation/arch/ia64/ |
| D | mca.rst | 120 At least ia64 makes an attempt at recovering from hardware errors, but
|
| /Linux-v6.6/Documentation/driver-api/media/drivers/ |
| D | vidtv.rst | 86 Probability recovering the TS lock when the signal improves. This
|
| /Linux-v6.6/Documentation/locking/ |
| D | ww-mutex-design.rst | 50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | ntfs.rst | 26 ntfsundelete used for recovering files that were unintentionally deleted
|
| /Linux-v6.6/Documentation/networking/ |
| D | tls-offload.rst | 384 to the host's stack as it was on the wire (recovering original packet in the
|
| /Linux-v6.6/Documentation/trace/ |
| D | kprobes.rst | 89 maximum care, such as keeping the stack frame, recovering the execution
|
| /Linux-v6.6/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 1911 :c:func:`snd_pcm_prepare()` is called, i.e. when recovering after
|