Home
last modified time | relevance | path

Searched refs:recovering (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/acpi/apei/
H A DKconfig37 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.
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c269 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 …]
H A Ddlmdebug.c97 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource()
504 !list_empty(&res->recovering), in dump_lockres()
H A Ddlmmaster.c486 !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()
H A Ddlmcommon.h296 struct list_head recovering; // dlm_recovery_ctxt.resources list member
/openbmc/linux/drivers/md/
H A Ddm-region-hash.c404 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()
/openbmc/linux/sound/soc/intel/avs/
H A Dipc.c148 atomic_set(&adev->ipc->recovering, 0); in avs_dsp_recovery()
165 if (!atomic_add_unless(&ipc->recovering, 1, 1)) { in avs_dsp_exception_caught()
H A Davs.h202 atomic_t recovering; member
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst16 modified by this write. It is just enough data needed for recovering from the
/openbmc/linux/Documentation/networking/devlink/
H A Dmlx5.rst138 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:
/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst168 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:
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst8 Upcoming Intel CPUs have support for recovering from some memory errors
/openbmc/docs/development/
H A Ddevtool-hello-world.md119 will save you time and grief. No more renaming and recovering original files,
/openbmc/docs/designs/
H A Dredfish-resource-supplement-for-pfr.md31 resiliency by protecting, detecting and recovering platform assets. Management
/openbmc/u-boot/board/davinci/da8xxevm/
H A DREADME.da850146 here[1] to write the u-boot.ais file. An example of recovering to the SPI
/openbmc/linux/fs/nfs/
H A Dnfs4_fs.h214 recovering : 1, member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c437 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()
/openbmc/linux/Documentation/driver-api/usb/
H A Dpersist.rst141 When recovering an interrupted power session the kernel does its best
/openbmc/qemu/docs/system/
H A Dreplay.rst121 After recovering the VM state replay will start from that position.
/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst120 At least ia64 makes an attempt at recovering from hardware errors, but
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst261 - Info block checksum does not match (and recovering from the copy also fails)
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst86 Probability recovering the TS lock when the signal improves. This
/openbmc/linux/Documentation/locking/
H A Dww-mutex-design.rst50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
/openbmc/linux/Documentation/filesystems/
H A Dntfs.rst26 ntfsundelete used for recovering files that were unintentionally deleted
/openbmc/linux/Documentation/networking/
H A Dtls-offload.rst384 to the host's stack as it was on the wire (recovering original packet in the

12