Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/platforms/pseries/
Dras.c452 int recovered = 0; in recover_mce() local
457 recovered = 0; in recover_mce()
461 recovered = 1; in recover_mce()
467 recovered = 1; in recover_mce()
482 recovered = 1; in recover_mce()
488 return recovered; in recover_mce()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal.c492 int recovered = 0; in opal_recover_mce() local
497 recovered = 0; in opal_recover_mce()
500 recovered = 1; in opal_recover_mce()
504 recovered = 0; in opal_recover_mce()
507 if (!recovered && evt->severity == MCE_SEV_ERROR_SYNC) { in opal_recover_mce()
521 recovered = 1; in opal_recover_mce()
528 recovered = 0; in opal_recover_mce()
531 recovered = 1; in opal_recover_mce()
535 return recovered; in opal_recover_mce()
/Linux-v4.19/arch/mips/mm/
Dcex-sb1.S81 b recovered
128 recovered: label
/Linux-v4.19/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-v4.19/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-v4.19/fs/f2fs/
Drecovery.c445 int err = 0, recovered = 0; in do_recover_data() local
453 recovered++; in do_recover_data()
543 recovered++; in do_recover_data()
558 recovered, err); in do_recover_data()
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/devicetree/bindings/reserved-memory/
Dramoops.txt5 recovered after a reboot. This is a child-node of "/reserved-memory", and
/Linux-v4.19/Documentation/filesystems/nfs/
Dfault_injection.txt28 Go back to work on the client and check if the client recovered from the error
/Linux-v4.19/tools/scripts/
Dutilities.mak29 # information can be recovered later with
/Linux-v4.19/Documentation/vm/
Dhwpoison.rst182 objects cannot be recovered, only LRU pages for now.
/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt98 PCI_ERS_RESULT_RECOVERED, /* Device driver is fully recovered and operational */
283 be recovered, there is nothing more that can be done; the platform
Dpcieaer-howto.txt223 A: The devices attached with the driver won't be recovered. If the
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmrecovery.c354 int recovered; in dlm_is_node_recovered() local
356 recovered = !test_bit(node, dlm->recovery_map); in dlm_is_node_recovered()
358 return recovered; in dlm_is_node_recovered()
/Linux-v4.19/Documentation/
Drobust-futexes.txt40 the lock can be recovered safely.
Dvfio.txt444 /* Hopefully, error is recovered successfully. Now, you can resume to
/Linux-v4.19/drivers/staging/unisys/Documentation/
Doverview.txt134 the back-end of the virtual device needs to be recovered. After a
/Linux-v4.19/Documentation/powerpc/
Deeh-pci-error-recovery.txt104 If the card cannot be recovered after three or four resets, the
Dcxlflash.txt361 the context was recovered (DK_CXLFLASH_RECOVER_AFU_CONTEXT_RESET).
/Linux-v4.19/fs/xfs/
Dxfs_log.c747 bool recovered = mp->m_log->l_flags & XLOG_RECOVERY_NEEDED; in xfs_log_mount_finish() local
793 if (!error && recovered) { in xfs_log_mount_finish()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dsuper.rst496 - Orphans being recovered
/Linux-v4.19/net/ipv4/
Dtcp_input.c2662 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss() local
2679 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2694 if (recovered) { in tcp_process_loss()

12