Searched refs:recovering (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmrecovery.c | 269 list_for_each_entry(res, &dlm->reco.resources, recovering) { in dlm_print_reco_node_status() 910 list_for_each_entry(res, &resources, recovering) { in dlm_request_all_locks_worker() 1040 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_move_reco_locks_to_list() 1068 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 1072 list_move_tail(&res->recovering, list); in dlm_move_reco_locks_to_list() 2052 if (!list_empty(&res->recovering)) { in dlm_move_lockres_to_recovery_list() 2056 list_del_init(&res->recovering); in dlm_move_lockres_to_recovery_list() 2061 list_add_tail(&res->recovering, &dlm->reco.resources); in dlm_move_lockres_to_recovery_list() 2135 list_for_each_entry_safe(res, next, &dlm->reco.resources, recovering) { in dlm_finish_local_lockres_recovery() 2140 list_del_init(&res->recovering); in dlm_finish_local_lockres_recovery() [all …]
|
| 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/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/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/fs/nfs/ |
| H A D | nfs4proc.c | 513 exception->recovering = 0; in nfs4_do_handle_exception() 618 exception->recovering = 1; in nfs4_do_handle_exception() 656 if (exception->recovering) { in nfs4_handle_exception() 682 exception->recovering = 0; in nfs4_async_handle_exception() 697 if (exception->recovering) { in nfs4_async_handle_exception()
|
| /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
|