Home
last modified time | relevance | path

Searched refs:recovered (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dras.c714 int recovered = 0; in recover_mce() local
719 recovered = 0; in recover_mce()
722 recovered = 1; in recover_mce()
726 recovered = 0; in recover_mce()
729 if (!recovered && evt->sync_error) { in recover_mce()
743 recovered = 1; in recover_mce()
750 recovered = 0; in recover_mce()
753 recovered = 1; in recover_mce()
757 return recovered; in recover_mce()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal.c507 int recovered = 0; in opal_recover_mce() local
512 recovered = 0; in opal_recover_mce()
515 recovered = 1; in opal_recover_mce()
519 recovered = 0; in opal_recover_mce()
522 if (!recovered && evt->sync_error) { in opal_recover_mce()
536 recovered = 1; in opal_recover_mce()
543 recovered = 0; in opal_recover_mce()
546 recovered = 1; in opal_recover_mce()
550 return recovered; in opal_recover_mce()
/Linux-v5.4/arch/mips/mm/
Dcex-sb1.S68 b recovered
115 recovered: label
/Linux-v5.4/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset60 PF device is being recovered in another guest.
65 the script will disable the device. When the PF is recovered,
79 PF device is being recovered in another guest.
84 the script will disable the device. When the PF is recovered,
/Linux-v5.4/drivers/md/
Ddm-region-hash.c445 LIST_HEAD(recovered); in dm_rh_update_states()
461 list_splice_init(&rh->recovered_regions, &recovered); in dm_rh_update_states()
463 list_for_each_entry(reg, &recovered, list) in dm_rh_update_states()
483 list_for_each_entry_safe(reg, next, &recovered, list) { in dm_rh_update_states()
/Linux-v5.4/Documentation/scsi/
Dscsi_eh.txt187 commands. A scmd is said to be recovered if the scmd is forgotten by
210 eh_work_q. If a recovery action succeeds for a scmd, recovered
224 When a scmd is recovered, the scmd is moved from eh_work_q to EH
226 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
227 either retry or error-finish (notify upper layer of failure) recovered
250 3. scmd recovered
408 At this point all scmds are recovered (or given up) and
Dst.txt530 The number of recovered errors since the previous status call
542 The recovered write errors are considered fatal if ST_RECOVERED_WRITE_FATAL
/Linux-v5.4/fs/f2fs/
Drecovery.c513 int err = 0, recovered = 0; in do_recover_data() local
521 recovered++; in do_recover_data()
630 recovered++; in do_recover_data()
643 recovered, err); in do_recover_data()
/Linux-v5.4/Documentation/filesystems/
Dgfs2-uevents.txt41 has just been recovered, and RECOVERY=[Done|Failed] to indicate the
43 for every journal recovered, whether it is during the initial mount
Dnilfs2.txt72 overtaking of events occurs in the recovered file
/Linux-v5.4/Documentation/devicetree/bindings/reserved-memory/
Dramoops.txt5 recovered after a reboot. This is a child-node of "/reserved-memory", and
/Linux-v5.4/Documentation/filesystems/nfs/
Dfault_injection.txt28 Go back to work on the client and check if the client recovered from the error
/Linux-v5.4/tools/scripts/
Dutilities.mak29 # information can be recovered later with
/Linux-v5.4/Documentation/vm/
Dhwpoison.rst182 objects cannot be recovered, only LRU pages for now.
/Linux-v5.4/Documentation/PCI/
Dpci-error-recovery.rst103 PCI_ERS_RESULT_RECOVERED, /* Device driver is fully recovered and operational */
299 be recovered, there is nothing more that can be done; the platform
Dpcieaer-howto.rst259 The devices attached with the driver won't be recovered. If the
/Linux-v5.4/fs/ocfs2/dlm/
Ddlmrecovery.c339 int recovered; in dlm_is_node_recovered() local
341 recovered = !test_bit(node, dlm->recovery_map); in dlm_is_node_recovered()
343 return recovered; in dlm_is_node_recovered()
/Linux-v5.4/Documentation/
Drobust-futexes.txt40 the lock can be recovered safely.
/Linux-v5.4/drivers/staging/unisys/Documentation/
Doverview.txt134 the back-end of the virtual device needs to be recovered. After a
/Linux-v5.4/Documentation/powerpc/
Deeh-pci-error-recovery.rst104 If the card cannot be recovered after three or four resets, the
/Linux-v5.4/fs/xfs/
Dxfs_log.c733 bool recovered = mp->m_log->l_flags & XLOG_RECOVERY_NEEDED; in xfs_log_mount_finish() local
779 if (!error && recovered) { in xfs_log_mount_finish()
/Linux-v5.4/Documentation/filesystems/ext4/
Dsuper.rst504 - Orphans being recovered
/Linux-v5.4/Documentation/driver-api/
Dvfio.rst444 /* Hopefully, error is recovered successfully. Now, you can resume to
/Linux-v5.4/net/ipv4/
Dtcp_input.c2669 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss() local
2686 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2701 if (recovered) { in tcp_process_loss()
/Linux-v5.4/Documentation/networking/
Dtls-offload.rst266 when record boundary can be recovered:

12