/linux-4.4.14/drivers/mtd/tests/ |
D | oobtest.c | 50 static int errcnt; variable 91 errcnt += 1; in write_eraseblock() 199 errcnt += 1; in verify_eraseblock() 209 errcnt += 1; in verify_eraseblock() 210 if (errcnt > 1000) { in verify_eraseblock() 233 errcnt += 1; in verify_eraseblock() 252 errcnt += 1; in verify_eraseblock() 253 if (errcnt > 1000) { in verify_eraseblock() 292 errcnt += 1; in verify_eraseblock_in_one_go() 303 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() 194 errcnt += 1; in crosstest() 241 errcnt += 1; in erasecrosstest() 271 errcnt += 1; in erasecrosstest() 321 errcnt += 1; in erasetest() 447 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-4.4.14/include/uapi/linux/ |
D | timex.h | 85 __kernel_long_t errcnt; /* calibration errors (ro) */ member
|
/linux-4.4.14/drivers/net/wireless/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 | 1691 u32 errcnt; in il3945_verify_inst_full() local 1697 errcnt = 0; in il3945_verify_inst_full() 1708 errcnt++; in il3945_verify_inst_full() 1709 if (errcnt >= 20) in il3945_verify_inst_full() 1714 if (!errcnt) in il3945_verify_inst_full() 1730 u32 errcnt = 0; in il3945_verify_inst_sparse() local 1748 errcnt++; in il3945_verify_inst_sparse() 1749 if (errcnt >= 3) in il3945_verify_inst_sparse()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 270 uint64_t errcnt:4; member 272 uint64_t errcnt:4;
|
/linux-4.4.14/kernel/ |
D | compat.c | 56 __get_user(txc->errcnt, &utp->errcnt) || in compat_get_timex() 84 __put_user(txc->errcnt, &utp->errcnt) || in compat_put_timex()
|
/linux-4.4.14/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-4.4.14/kernel/time/ |
D | ntp.c | 199 txc->errcnt = pps_errcnt; in pps_fill_timex() 229 txc->errcnt = 0; in pps_fill_timex()
|
/linux-4.4.14/drivers/block/ |
D | amiflop.c | 1304 int error, errcnt; in get_track() local 1319 errcnt = 0; in get_track() 1320 while (errcnt < MAX_ERRORS) { in get_track() 1331 errcnt++; in get_track()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 120 compat_long_t errcnt; member
|
/linux-4.4.14/sound/sparc/ |
D | dbri.c | 1918 static int errcnt = 0; in snd_dbri_interrupt() local 1956 if ((++errcnt) % 10 == 0) { in snd_dbri_interrupt()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 1266 long errcnt; /* calibration errors (ro) */ member
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 10070 int errcnt = 0, ret_val = 0; in lpfc_sli_abort_iocb() local 10090 errcnt++; in lpfc_sli_abort_iocb() 10126 errcnt++; in lpfc_sli_abort_iocb() 10131 return errcnt; in lpfc_sli_abort_iocb()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 248 * Removed qcmdcnt, iodonecnt, errcnt from lpfc_target and from
|