/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | ras.c | 452 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/ |
D | opal.c | 492 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/ |
D | cex-sb1.S | 81 b recovered 128 recovered: label
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 60 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/ |
D | dm-region-hash.c | 445 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/ |
D | recovery.c | 445 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/ |
D | scsi_eh.txt | 187 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
|
D | st.txt | 530 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/ |
D | gfs2-uevents.txt | 41 has just been recovered, and RECOVERY=[Done|Failed] to indicate the 43 for every journal recovered, whether it is during the initial mount
|
D | nilfs2.txt | 72 overtaking of events occurs in the recovered file
|
/Linux-v4.19/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.txt | 5 recovered after a reboot. This is a child-node of "/reserved-memory", and
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 28 Go back to work on the client and check if the client recovered from the error
|
/Linux-v4.19/tools/scripts/ |
D | utilities.mak | 29 # information can be recovered later with
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 182 objects cannot be recovered, only LRU pages for now.
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-error-recovery.txt | 98 PCI_ERS_RESULT_RECOVERED, /* Device driver is fully recovered and operational */ 283 be recovered, there is nothing more that can be done; the platform
|
D | pcieaer-howto.txt | 223 A: The devices attached with the driver won't be recovered. If the
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 354 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/ |
D | robust-futexes.txt | 40 the lock can be recovered safely.
|
D | vfio.txt | 444 /* Hopefully, error is recovered successfully. Now, you can resume to
|
/Linux-v4.19/drivers/staging/unisys/Documentation/ |
D | overview.txt | 134 the back-end of the virtual device needs to be recovered. After a
|
/Linux-v4.19/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 104 If the card cannot be recovered after three or four resets, the
|
D | cxlflash.txt | 361 the context was recovered (DK_CXLFLASH_RECOVER_AFU_CONTEXT_RESET).
|
/Linux-v4.19/fs/xfs/ |
D | xfs_log.c | 747 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/ |
D | super.rst | 496 - Orphans being recovered
|
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 2662 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()
|