Searched refs:recovering (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/acpi/apei/ |
D | Kconfig | 37 bool "APEI PCIe AER logging/recovering support" 44 bool "APEI Synchronous External Abort logging/recovering support" 59 bool "APEI memory error recovering support" 63 Turn on this option to enable the memory recovering support.
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 293 list_for_each_entry(res, &dlm->reco.resources, recovering) { in dlm_print_reco_node_status() 936 list_for_each_entry(res, &resources, recovering) { in dlm_request_all_locks_worker() 1066 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_move_reco_locks_to_list() 1094 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 1098 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 2080 if (!list_empty(&res->recovering)) { in dlm_move_lockres_to_recovery_list() 2084 list_del_init(&res->recovering); in dlm_move_lockres_to_recovery_list() 2089 list_add_tail(&res->recovering, &dlm->reco.resources); in dlm_move_lockres_to_recovery_list() 2163 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_finish_local_lockres_recovery() 2168 list_del_init(&res->recovering); in dlm_finish_local_lockres_recovery() [all …]
|
D | dlmdebug.c | 114 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource() 521 !list_empty(&res->recovering), in dump_lockres()
|
D | dlmmaster.c | 503 !list_empty(&res->recovering) || in dlm_lockres_release() 514 !list_empty(&res->recovering) ? 'R' : ' ', in dlm_lockres_release() 527 BUG_ON(!list_empty(&res->recovering)); in dlm_lockres_release() 563 INIT_LIST_HEAD(&res->recovering); in dlm_init_lockres()
|
D | dlmcommon.h | 317 struct list_head recovering; // dlm_recovery_ctxt.resources list member
|
/Linux-v4.19/drivers/md/ |
D | dm-region-hash.c | 401 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()
|
/Linux-v4.19/Documentation/md/ |
D | raid5-ppl.txt | 14 modified by this write. It is just enough data needed for recovering from the
|
/Linux-v4.19/fs/nfs/ |
D | nfs4_fs.h | 203 recovering : 1, member
|
D | nfs4proc.c | 429 exception->recovering = 0; in nfs4_do_handle_exception() 535 exception->recovering = 1; in nfs4_do_handle_exception() 552 if (exception->recovering) { in nfs4_handle_exception() 577 if (exception->recovering) { in nfs4_async_handle_exception()
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 10 Upcoming Intel CPUs have support for recovering from some memory errors
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 141 When recovering an interrupted power session the kernel does its best
|
/Linux-v4.19/Documentation/ia64/ |
D | mca.txt | 116 At least ia64 makes an attempt at recovering from hardware errors, but
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 248 - Info block checksum does not match (and recovering from the copy also fails)
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 49 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 2580 int recovering; in megaraid_reset_handler() local 2643 recovering = adapter->outstanding_cmds; in megaraid_reset_handler()
|
/Linux-v4.19/Documentation/filesystems/ |
D | ntfs.txt | 24 ntfsundelete used for recovering files that were unintentionally deleted
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 88 maximum care, such as keeping the stack frame, recovering the execution
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2002 :c:func:`snd_pcm_prepare()` is called, i.e. when recovering after
|