/linux/drivers/acpi/apei/ |
H A 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/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 207 * 1) all recovery threads cluster wide will work on recovering 269 list_for_each_entry(res, &dlm->reco.resources, recovering) { in dlm_print_reco_node_status() 270 mlog(ML_NOTICE, "%s: lockres %.*s on recovering list\n", in dlm_print_reco_node_status() 375 * recovering a dead node (as the new master or not) and clear 444 mlog(0, "new master %u died while recovering %u!\n", in dlm_do_recovery() 911 list_for_each_entry(res, &resources, recovering) { in dlm_request_all_locks_worker() 1041 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_move_reco_locks_to_list() 1069 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 1073 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 1399 /* mark it as recovering/migratin in dlm_mig_lockres_handler() [all...] |
H A 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() 3136 "lockres is marked as recovering!"); in dlm_migrate_request_handler()
|
H A D | dlmcommon.h | 296 struct list_head recovering; // dlm_recovery_ctxt.resources list member
|
/linux/drivers/md/ |
H A 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/sound/soc/intel/avs/ |
H A 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()
|
H A D | avs.h | 221 atomic_t recovering; member
|
/linux/Documentation/driver-api/md/ |
H A D | raid5-ppl.rst | 16 modified by this write. It is just enough data needed for recovering from the
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | vdo.rst | 290 'normal', 'recovering' (the volume has detected an issue 297 values may be 'recovering' or '-' which indicates not 298 recovering.
|
/linux/Documentation/mm/ |
H A D | hwpoison.rst | 8 Upcoming Intel CPUs have support for recovering from some memory errors
|
/linux/fs/nfs/ |
H A D | nfs4_fs.h | 215 recovering : 1, member
|
H A D | nfs4proc.c | 500 exception->recovering = 0; in nfs4_do_handle_exception() 607 exception->recovering = 1; in nfs4_do_handle_exception() 645 if (exception->recovering) { in nfs4_handle_exception() 677 if (exception->recovering) { in nfs4_async_handle_exception()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 446 bool recovering = false; in lpfc_dev_loss_tmo_handler() local 495 recovering = true; in lpfc_dev_loss_tmo_handler() 500 recovering = true; in lpfc_dev_loss_tmo_handler() 505 recovering = true; in lpfc_dev_loss_tmo_handler() 512 recovering = true; in lpfc_dev_loss_tmo_handler() 522 recovering = true; in lpfc_dev_loss_tmo_handler() 533 if (recovering) { in lpfc_dev_loss_tmo_handler()
|
/linux/Documentation/driver-api/usb/ |
H A D | persist.rst | 141 When recovering an interrupted power session the kernel does its best
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | btt.rst | 261 - Info block checksum does not match (and recovering from the copy also fails)
|
/linux/Documentation/locking/ |
H A D | ww-mutex-design.rst | 50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | vidtv.rst | 86 Probability recovering the TS lock when the signal improves. This
|
/linux/Documentation/networking/ |
H A D | tls-offload.rst | 385 to the host's stack as it was on the wire (recovering original packet in the
|
/linux/Documentation/trace/ |
H A D | kprobes.rst | 89 maximum care, such as keeping the stack frame, recovering the execution
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 1911 :c:func:`snd_pcm_prepare()` is called, i.e. when recovering after
|