Home
last modified time | relevance | path

Searched full:recovered (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h27 * Help sort recovered log items into the order required to replay them
45 * If the recovered item is an intent item, this function should parse
46 * the recovered item to construct an in-core log intent item and
49 * recovered log item for the intent-done item; (b) replay the work and
53 * If the recovered item is an intent-done item, this function should
54 * parse the recovered item to find the id of the corresponding intent
141 * recovered intent pinning the tail. Keep the same logflags to avoid tripping
/openbmc/linux/arch/mips/mm/
H A Dcex-sb1.S57 * if we can fast-path out of here for a h/w-recovered error.
66 * Ought to log the occurrence of this recovered dcache error.
68 b recovered
95 * recovered here.
113 /* Ought to log this recovered icache error */
115 recovered: label
/openbmc/openpower-hw-diags/attn/
H A Dvital_handler.cpp35 bool recovered = true; in attemptSbeRecovery() local
56 recovered = false; in attemptSbeRecovery()
64 recovered = false; in attemptSbeRecovery()
69 if (recovered) in attemptSbeRecovery()
74 return recovered; in attemptSbeRecovery()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp34 {SeverityType::recovered, LogSeverity::Informational}, in convertPELSeverityToOBMC()
85 (pelSeverity == SeverityType::recovered); in fixupLogSeverity()
91 // If a nonError/recovered PEL, then the LogSeverity must be in fixupLogSeverity()
99 // severity must be nonError/recovered, otherwise set it in fixupLogSeverity()
H A Dpel_rules.cpp59 case SeverityType::recovered: in check()
61 // Recovered errors are hidden, and by definition need no in check()
/openbmc/linux/drivers/scsi/
H A Dsense_codes.h124 SENSE_CODE(0x0C01, "Write error - recovered with auto reallocation")
208 SENSE_CODE(0x1700, "Recovered data with no error correction applied")
209 SENSE_CODE(0x1701, "Recovered data with retries")
210 SENSE_CODE(0x1702, "Recovered data with positive head offset")
211 SENSE_CODE(0x1703, "Recovered data with negative head offset")
212 SENSE_CODE(0x1704, "Recovered data with retries and/or circ applied")
213 SENSE_CODE(0x1705, "Recovered data using previous sector id")
214 SENSE_CODE(0x1706, "Recovered data without ECC - data auto-reallocated")
215 SENSE_CODE(0x1707, "Recovered data without ECC - recommend reassignment")
216 SENSE_CODE(0x1708, "Recovered data without ECC - recommend rewrite")
[all …]
/openbmc/linux/include/dt-bindings/clock/
H A Dtegra234-clock.h58 /** @brief clock recovered from EAVB input */
126 /** @brief clock recovered from I2S1 input */
130 /** @brief clock recovered from I2S2 input */
134 /** @brief clock recovered from I2S3 input */
138 /** @brief clock recovered from I2S4 input */
142 /** @brief clock recovered from I2S5 input */
146 /** @brief clock recovered from I2S6 input */
470 /** @brief RX clock recovered from MGBE0 lane input */
472 /** @brief RX clock recovered from MGBE1 lane input */
474 /** @brief RX clock recovered from MGBE2 lane input */
[all …]
H A Dtegra186-clock.h910 /** @brief clock recovered from EAVB input */
912 /** @brief clock recovered from DTV input */
918 /** @brief clock recovered from I2S1 input */
920 /** @brief clock recovered from I2S2 input */
922 /** @brief clock recovered from I2S3 input */
924 /** @brief clock recovered from I2S4 input */
926 /** @brief clock recovered from I2S5 input */
928 /** @brief clock recovered from I2S6 input */
930 /** @brief clock recovered from SPDIFIN input */
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dras.c784 int recovered = 0; in recover_mce() local
789 recovered = 0; in recover_mce()
792 recovered = 1; in recover_mce()
796 recovered = 0; in recover_mce()
799 if (!recovered && evt->sync_error) { in recover_mce()
813 recovered = 1; in recover_mce()
820 recovered = 0; in recover_mce()
823 recovered = 1; in recover_mce()
827 return recovered; in recover_mce()
835 * error was recovered (never true if RI=0).
/openbmc/linux/Documentation/scsi/
H A Dscsi_eh.rst205 commands. A scmd is said to be recovered if the scmd is forgotten by
230 eh_work_q. If a recovery action succeeds for a scmd, recovered
244 When a scmd is recovered, the scmd is moved from eh_work_q to EH
246 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
247 either retry or error-finish (notify upper layer of failure) recovered
276 3. scmd recovered
442 At this point all scmds are recovered (or given up) and
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c750 static uint32_t spapr_mce_get_elog_type(PowerPCCPU *cpu, bool recovered, in spapr_mce_get_elog_type() argument
759 if (recovered) { in spapr_mce_get_elog_type()
809 bool recovered) in spapr_mce_dispatch_elog() argument
819 summary = spapr_mce_get_elog_type(cpu, recovered, ext_elog); in spapr_mce_dispatch_elog()
833 if (!recovered) { in spapr_mce_dispatch_elog()
840 "Machine check recovered."); in spapr_mce_dispatch_elog()
869 void spapr_mce_req_event(PowerPCCPU *cpu, bool recovered) in spapr_mce_req_event() argument
890 if (!recovered) { in spapr_mce_req_event()
897 "Machine check recovered."); in spapr_mce_req_event()
931 spapr_mce_dispatch_elog(spapr, cpu, recovered); in spapr_mce_req_event()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dseverity_test.cpp48 {LogSeverity::Critical, SeverityType::recovered, in TEST()
64 {LogSeverity::Debug, SeverityType::recovered, std::nullopt}, in TEST()
/openbmc/linux/drivers/md/
H A Ddm-region-hash.c44 * recovered. dm_rh_update_states() will now schedule any delayed
448 LIST_HEAD(recovered); in dm_rh_update_states()
464 list_splice_init(&rh->recovered_regions, &recovered); in dm_rh_update_states()
466 list_for_each_entry(reg, &recovered, list) in dm_rh_update_states()
482 * All the regions on the recovered and clean lists have in dm_rh_update_states()
486 list_for_each_entry_safe(reg, next, &recovered, list) { in dm_rh_update_states()
561 * until the region is recovered or the map is reloaded. in dm_rh_dec()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-remoteproc98 recovered whenever it crashes. Moreover, if the remote
100 be automatically recovered too as soon as recovery is enabled.
/openbmc/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh15 # device is recovered by removing and re-probing it. This causes the
27 # error state or being recovered. Either way, not ok.
134 log "$dev, Recovered after $i seconds"
/openbmc/u-boot/include/dt-bindings/clock/
H A Dtegra186-clock.h909 /** @brief clock recovered from EAVB input */
911 /** @brief clock recovered from DTV input */
917 /** @brief clock recovered from I2S1 input */
919 /** @brief clock recovered from I2S2 input */
921 /** @brief clock recovered from I2S3 input */
923 /** @brief clock recovered from I2S4 input */
925 /** @brief clock recovered from I2S5 input */
927 /** @brief clock recovered from I2S6 input */
929 /** @brief clock recovered from SPDIFIN input */
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal.c589 int recovered = 0; in opal_recover_mce() local
594 recovered = 0; in opal_recover_mce()
597 recovered = 1; in opal_recover_mce()
601 recovered = 0; in opal_recover_mce()
604 if (!recovered && evt->sync_error) { in opal_recover_mce()
618 recovered = 1; in opal_recover_mce()
625 recovered = 0; in opal_recover_mce()
628 recovered = 1; in opal_recover_mce()
632 return recovered; in opal_recover_mce()
H A Dopal-hmi.c249 "Recovered" : "Not recovered"); in print_hmi_event_info()
292 * Check if HMI event has been recovered or not. If not in hmi_event_handler()
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-uevents.rst47 has just been recovered, and RECOVERY=[Done|Failed] to indicate the
49 for every journal recovered, whether it is during the initial mount
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c144 * buffer list and are recovered first, with the following exceptions:
206 * Validate the recovered buffer is of the correct type and attach the
538 * Return false if the buffer was tossed and true if we recovered the buffer to
578 * data which should be recovered is that which corresponds to the
581 * than the inode buffer and is recovered in xlog_recover_inode_pass2().
583 * The only time when buffers full of inodes are fully recovered is when the
717 * Update the in-core super block from the freshly recovered on-disk one. in xlog_recover_do_primary_sb_buffer()
752 * V5 filesystems know the age of the buffer on disk being recovered. We can
H A Dxfs_dquot_item_recover.c105 * Remember that we may not have fully recovered the superblock yet, in xlog_recover_dquot_commit_pass2()
156 /* Validate the recovered dquot. */ in xlog_recover_dquot_commit_pass2()
/openbmc/linux/fs/f2fs/
H A Drecovery.c113 /* inode should not be recovered, drop it */ in del_fsync_inode()
633 int err = 0, recovered = 0; in do_recover_data() local
643 recovered++; in do_recover_data()
766 recovered++; in do_recover_data()
777 f2fs_notice(sbi, "recover_data: ino = %lx (i_size: %s) recovered = %d, err = %d", in do_recover_data()
779 recovered, err); in do_recover_data()
/openbmc/u-boot/include/
H A Dfsl_validate.h230 * Encoded hash recovered from signature
248 /* Includes hash recovered after
/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc_message_registry.hpp392 "Indicates that chassis intrusion status has recovered.",
1737 "Indicates that power supply configuration error recovered from a failure.",
1738 "Power supply %1 configuration error recovered.",
1786 "Indicates that the power supply fan recovered from a failure.",
1787 "Power supply %1 fan %2 recovered.",
1847 "Indicates that a power supply recovered from a predicted failure.",
1848 "Power supply %1 predicted failure recovered.",
1859 "Indicates that a power supply recovered from a failure.",
1860 "Power supply %1 recovered.",
/openbmc/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt83 PPC_SLB_MULTIHIT Recovered

12345678910>>...13