/Linux-v4.19/drivers/mtd/tests/ |
D | oobtest.c | 50 static int errcnt; variable 91 errcnt += 1; in write_eraseblock() 202 errcnt += 1; in verify_eraseblock() 212 errcnt += 1; in verify_eraseblock() 213 if (errcnt > 1000) { in verify_eraseblock() 239 errcnt += 1; in verify_eraseblock() 258 errcnt += 1; in verify_eraseblock() 259 if (errcnt > 1000) { in verify_eraseblock() 301 errcnt += 1; in verify_eraseblock_in_one_go() 312 errcnt += 1; in verify_eraseblock_in_one_go() [all …]
|
D | pagetest.c | 50 static int errcnt; variable 93 errcnt += 1; in verify_eraseblock() 116 errcnt += 1; in verify_eraseblock() 193 errcnt += 1; in crosstest() 240 errcnt += 1; in erasecrosstest() 270 errcnt += 1; in erasecrosstest() 320 errcnt += 1; in erasetest() 450 pr_info("finished with %d errors\n", errcnt); in mtd_pagetest_init()
|
D | subpagetest.c | 48 static int errcnt; variable 158 errcnt += 1; in verify_eraseblock() 185 errcnt += 1; in verify_eraseblock() 217 errcnt += 1; in verify_eraseblock2() 250 errcnt += 1; in verify_eraseblock_ff() 428 pr_info("finished with %d errors\n", errcnt); in mtd_subpagetest_init()
|
/Linux-v4.19/kernel/ |
D | compat.c | 59 txc->errcnt = tx32.errcnt; in compat_get_timex() 88 tx32.errcnt = txc->errcnt; in compat_put_timex()
|
/Linux-v4.19/include/uapi/linux/ |
D | timex.h | 85 __kernel_long_t errcnt; /* calibration errors (ro) */ member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965.c | 52 u32 errcnt = 0; in il4965_verify_inst_sparse() local 65 errcnt++; in il4965_verify_inst_sparse() 66 if (errcnt >= 3) in il4965_verify_inst_sparse() 84 u32 errcnt; in il4965_verify_inst_full() local 90 errcnt = 0; in il4965_verify_inst_full() 101 errcnt++; in il4965_verify_inst_full() 102 if (errcnt >= 20) in il4965_verify_inst_full() 107 if (!errcnt) in il4965_verify_inst_full()
|
D | 3945-mac.c | 1684 u32 errcnt; in il3945_verify_inst_full() local 1690 errcnt = 0; in il3945_verify_inst_full() 1701 errcnt++; in il3945_verify_inst_full() 1702 if (errcnt >= 20) in il3945_verify_inst_full() 1707 if (!errcnt) in il3945_verify_inst_full() 1723 u32 errcnt = 0; in il3945_verify_inst_sparse() local 1741 errcnt++; in il3945_verify_inst_sparse() 1742 if (errcnt >= 3) in il3945_verify_inst_sparse()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 272 uint64_t errcnt:4; member 274 uint64_t errcnt:4;
|
/Linux-v4.19/sound/pci/riptide/ |
D | riptide.c | 404 unsigned int errcnt; member 851 if (cif->errcnt > MAX_ERROR_COUNT) { in sendcmd() 856 cif->errcnt = 0; in sendcmd() 923 cif->cmdtimemax, cif->errcnt); in sendcmd() 927 cif->errcnt++; in sendcmd() 1264 cif->errcnt = 0; in riptide_reset() 1939 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
|
/Linux-v4.19/kernel/time/ |
D | ntp.c | 203 txc->errcnt = pps_errcnt; in pps_fill_timex() 233 txc->errcnt = 0; in pps_fill_timex()
|
/Linux-v4.19/drivers/block/ |
D | amiflop.c | 1307 int error, errcnt; in get_track() local 1322 errcnt = 0; in get_track() 1323 while (errcnt < MAX_ERRORS) { in get_track() 1334 errcnt++; in get_track()
|
/Linux-v4.19/sound/sparc/ |
D | dbri.c | 1925 static int errcnt = 0; in snd_dbri_interrupt() local 1963 if ((++errcnt) % 10 == 0) { in snd_dbri_interrupt()
|
/Linux-v4.19/include/linux/ |
D | compat.h | 157 compat_long_t errcnt; member
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 1247 long errcnt; /* calibration errors (ro) */ member
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 11238 int errcnt = 0, ret_val = 0; in lpfc_sli_abort_iocb() local 11243 return errcnt; in lpfc_sli_abort_iocb() 11262 errcnt++; in lpfc_sli_abort_iocb() 11305 errcnt++; in lpfc_sli_abort_iocb() 11310 return errcnt; in lpfc_sli_abort_iocb()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.lpfc | 248 * Removed qcmdcnt, iodonecnt, errcnt from lpfc_target and from
|