Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmrecovery.c278 list_for_each_entry(res, &dlm->reco.resources, recovering) { in dlm_print_reco_node_status()
921 list_for_each_entry(res, &resources, recovering) { in dlm_request_all_locks_worker()
1051 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_move_reco_locks_to_list()
1079 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list()
1083 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list()
2063 if (!list_empty(&res->recovering)) { in dlm_move_lockres_to_recovery_list()
2067 list_del_init(&res->recovering); in dlm_move_lockres_to_recovery_list()
2072 list_add_tail(&res->recovering, &dlm->reco.resources); in dlm_move_lockres_to_recovery_list()
2146 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_finish_local_lockres_recovery()
2151 list_del_init(&res->recovering); in dlm_finish_local_lockres_recovery()
[all …]
H A Ddlmdebug.c99 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource()
506 !list_empty(&res->recovering), in dump_lockres()
H A Ddlmmaster.c488 !list_empty(&res->recovering) || in dlm_lockres_release()
499 !list_empty(&res->recovering) ? 'R' : ' ', in dlm_lockres_release()
512 BUG_ON(!list_empty(&res->recovering)); in dlm_lockres_release()
548 INIT_LIST_HEAD(&res->recovering); in dlm_init_lockres()
H A Ddlmcommon.h301 struct list_head recovering; // dlm_recovery_ctxt.resources list member
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-region-hash.c401 int recovering = 0; in dm_rh_mark_nosync() local
430 recovering = (reg->state == DM_RH_RECOVERING); in dm_rh_mark_nosync()
435 if (recovering) in dm_rh_mark_nosync()
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst16 modified by this write. It is just enough data needed for recovering from the
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/mellanox/
H A Dmlx5.rst184 The tx reporter is responsible for reporting and recovering of the following two error scenarios:
211 The rx reporter is responsible for reporting and recovering of the following two error scenarios:
/OK3568_Linux_fs/u-boot/board/davinci/da8xxevm/
H A DREADME.da850119 here[1] to write the u-boot.ais file. An example of recovering to the SPI
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhwpoison.rst10 Upcoming Intel CPUs have support for recovering from some memory errors
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4_fs.h211 recovering : 1, member
H A Dnfs4proc.c478 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A DCVE-2022-45063.patch527 - TRACE(("...recovering for TrueType fonts\n"));
536 + TRACE(("...recovering from failed font-load\n"));
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpersist.rst141 When recovering an interrupted power session the kernel does its best
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dbtt.rst261 - Info block checksum does not match (and recovering from the copy also fails)
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dmca.rst120 At least ia64 makes an attempt at recovering from hardware errors, but
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dww-mutex-design.rst50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dvidtv.rst86 Probability recovering the TS lock when the signal improves. This
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dntfs.rst26 ntfsundelete used for recovering files that were unintentionally deleted
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls-offload.rst384 to the host's stack as it was on the wire (recovering original packet in the
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dkprobes.rst89 maximum care, such as keeping the stack frame, recovering the execution
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped2049 /* If not already recovering from an error, report this error. */
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c_shipped2034 /* If not already recovering from an error, report this error. */
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped2126 /* If not already recovering from an error, report this error. */
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2005 :c:func:`snd_pcm_prepare()` is called, i.e. when recovering after

12