Home
last modified time | relevance | path

Searched refs:errcnt (Results 1 – 7 of 7) sorted by relevance

/drivers/mtd/tests/
Doobtest.c38 static int errcnt; variable
79 errcnt += 1; in write_eraseblock()
190 errcnt += 1; in verify_eraseblock()
200 errcnt += 1; in verify_eraseblock()
201 if (errcnt > 1000) { in verify_eraseblock()
227 errcnt += 1; in verify_eraseblock()
246 errcnt += 1; in verify_eraseblock()
247 if (errcnt > 1000) { in verify_eraseblock()
289 errcnt += 1; in verify_eraseblock_in_one_go()
300 errcnt += 1; in verify_eraseblock_in_one_go()
[all …]
Dpagetest.c38 static int errcnt; variable
81 errcnt += 1; in verify_eraseblock()
104 errcnt += 1; in verify_eraseblock()
181 errcnt += 1; in crosstest()
228 errcnt += 1; in erasecrosstest()
258 errcnt += 1; in erasecrosstest()
308 errcnt += 1; in erasetest()
438 pr_info("finished with %d errors\n", errcnt); in mtd_pagetest_init()
Dsubpagetest.c35 static int errcnt; variable
145 errcnt += 1; in verify_eraseblock()
172 errcnt += 1; in verify_eraseblock()
204 errcnt += 1; in verify_eraseblock2()
237 errcnt += 1; in verify_eraseblock_ff()
415 pr_info("finished with %d errors\n", errcnt); in mtd_subpagetest_init()
/drivers/net/wireless/intel/iwlegacy/
D4965.c38 u32 errcnt = 0; in il4965_verify_inst_sparse() local
51 errcnt++; in il4965_verify_inst_sparse()
52 if (errcnt >= 3) in il4965_verify_inst_sparse()
70 u32 errcnt; in il4965_verify_inst_full() local
76 errcnt = 0; in il4965_verify_inst_full()
87 errcnt++; in il4965_verify_inst_full()
88 if (errcnt >= 20) in il4965_verify_inst_full()
93 if (!errcnt) in il4965_verify_inst_full()
D3945-mac.c1665 u32 errcnt; in il3945_verify_inst_full() local
1671 errcnt = 0; in il3945_verify_inst_full()
1682 errcnt++; in il3945_verify_inst_full()
1683 if (errcnt >= 20) in il3945_verify_inst_full()
1688 if (!errcnt) in il3945_verify_inst_full()
1704 u32 errcnt = 0; in il3945_verify_inst_sparse() local
1722 errcnt++; in il3945_verify_inst_sparse()
1723 if (errcnt >= 3) in il3945_verify_inst_sparse()
/drivers/block/
Damiflop.c1426 int error, errcnt; in get_track() local
1441 errcnt = 0; in get_track()
1442 while (errcnt < MAX_ERRORS) { in get_track()
1453 errcnt++; in get_track()
/drivers/scsi/lpfc/
Dlpfc_sli.c12916 int errcnt = 0, ret_val = 0; in lpfc_sli_abort_iocb() local
12923 return errcnt; in lpfc_sli_abort_iocb()
12947 errcnt++; in lpfc_sli_abort_iocb()
12950 return errcnt; in lpfc_sli_abort_iocb()