Home
last modified time | relevance | path

Searched refs:corruption (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c17 bool corruption = unlikely(condition); \
18 if (corruption) { \
24 corruption; \
/kernel/linux/linux-5.10/include/linux/
H A Dbug.h67 * Since detected data corruption should stop operation on the affected
73 bool corruption = unlikely(condition); \
74 if (corruption) { \
81 corruption; \
/kernel/linux/linux-6.6/include/linux/
H A Dbug.h77 * Since detected data corruption should stop operation on the affected
83 bool corruption = unlikely(condition); \
84 if (corruption) { \
91 corruption; \
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dcheck.c136 pr_info("Scanning %d areas for low memory corruption\n", num_scan_areas); in setup_bios_corruption_check()
143 int corruption = 0; in check_for_bios_corruption() local
156 corruption = 1; in check_for_bios_corruption()
161 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); in check_for_bios_corruption()
179 pr_info("Scanning for low memory corruption every %d seconds\n", corruption_check_period); in start_periodic_check_for_corruption()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcheck.c136 pr_info("Scanning %d areas for low memory corruption\n", num_scan_areas); in setup_bios_corruption_check()
143 int corruption = 0; in check_for_bios_corruption() local
156 corruption = 1; in check_for_bios_corruption()
161 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); in check_for_bios_corruption()
179 pr_info("Scanning for low memory corruption every %d seconds\n", corruption_check_period); in start_periodic_check_for_corruption()
/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c22 * from corruption caused by other reasons. And UBIFS tries to distinguish
34 * not true, the corruption cannot be the result of a power cut, and UBIFS
81 * get_master_node - get the last valid master node allowing for corruption.
86 * @cor: corruption, if found, is returned here
89 * returns the last valid master node allowing for one area of corruption.
134 /* Could have been corruption so check one place back */ in get_master_node()
141 * We accept only one area of corruption because in get_master_node()
159 /* Check for corruption */ in get_master_node()
163 dbg_rcvry("found corruption at %d:%d", lnum, offs); in get_master_node()
222 * This function recovers the master node from corruption tha
687 int corruption = first_non_ff(buf, len); ubifs_recover_leb() local
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c22 * from corruption caused by other reasons. And UBIFS tries to distinguish
34 * not true, the corruption cannot be the result of a power cut, and UBIFS
81 * get_master_node - get the last valid master node allowing for corruption.
86 * @cor: corruption, if found, is returned here
89 * returns the last valid master node allowing for one area of corruption.
134 /* Could have been corruption so check one place back */ in get_master_node()
141 * We accept only one area of corruption because in get_master_node()
159 /* Check for corruption */ in get_master_node()
163 dbg_rcvry("found corruption at %d:%d", lnum, offs); in get_master_node()
222 * This function recovers the master node from corruption tha
687 int corruption = first_non_ff(buf, len); ubifs_recover_leb() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dfas216.c228 int corruption = 0; in __fas216_checkmagic() local
231 corruption++; in __fas216_checkmagic()
235 corruption++; in __fas216_checkmagic()
237 if (corruption) { in __fas216_checkmagic()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dfas216.c231 int corruption = 0; in __fas216_checkmagic() local
234 corruption++; in __fas216_checkmagic()
238 corruption++; in __fas216_checkmagic()
240 if (corruption) { in __fas216_checkmagic()

Completed in 10 milliseconds