Lines Matching full:errors
11 * 0 - artificially inserting bit errors until the ECC fails
18 * Depending on the NAND, the first bit errors will appear after
23 * exceptionally good and not generate bit errors before that. Try
55 MODULE_PARM_DESC(mode, "0=incremental errors, 1=overwrite test");
126 /* Reads page into rbuffer. Returns number of corrected bit errors (>=0)
199 * errors into the page, while verifying each step. */
223 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test()
237 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test()
254 This eventually develops bit errors (bits written as '1' will slowly become
262 /* We don't expect more than this many correctable bit errors per in overwrite_test()
287 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test()
294 pr_info("Read reported %d corrected bit errors\n", in overwrite_test()
318 * errors, bitstats[1] the number of ops with 1 bit error, etc. */ in overwrite_test()
321 pr_info("Page reads with %3d corrected bit errors: %d\n", in overwrite_test()