| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | ras.c | 714 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/ |
| D | opal.c | 507 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/ |
| D | cex-sb1.S | 68 b recovered 115 recovered: label
|
| /Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/fs/f2fs/ |
| D | recovery.c | 513 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/ |
| 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-v5.4/Documentation/devicetree/bindings/reserved-memory/ |
| D | ramoops.txt | 5 recovered after a reboot. This is a child-node of "/reserved-memory", and
|
| /Linux-v5.4/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-v5.4/tools/scripts/ |
| D | utilities.mak | 29 # information can be recovered later with
|
| /Linux-v5.4/Documentation/vm/ |
| D | hwpoison.rst | 182 objects cannot be recovered, only LRU pages for now.
|
| /Linux-v5.4/Documentation/PCI/ |
| D | pci-error-recovery.rst | 103 PCI_ERS_RESULT_RECOVERED, /* Device driver is fully recovered and operational */ 299 be recovered, there is nothing more that can be done; the platform
|
| D | pcieaer-howto.rst | 259 The devices attached with the driver won't be recovered. If the
|
| /Linux-v5.4/fs/ocfs2/dlm/ |
| D | dlmrecovery.c | 339 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/ |
| D | robust-futexes.txt | 40 the lock can be recovered safely.
|
| /Linux-v5.4/drivers/staging/unisys/Documentation/ |
| D | overview.txt | 134 the back-end of the virtual device needs to be recovered. After a
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | eeh-pci-error-recovery.rst | 104 If the card cannot be recovered after three or four resets, the
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log.c | 733 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/ |
| D | super.rst | 504 - Orphans being recovered
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | vfio.rst | 444 /* Hopefully, error is recovered successfully. Now, you can resume to
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp_input.c | 2669 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/ |
| D | tls-offload.rst | 266 when record boundary can be recovered:
|