/Linux-v6.1/drivers/mtd/tests/ |
D | oobtest.c | 38 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 …]
|
D | pagetest.c | 38 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()
|
D | subpagetest.c | 35 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()
|
/Linux-v6.1/include/uapi/linux/ |
D | timex.h | 86 __kernel_long_t errcnt; /* calibration errors (ro) */ member 126 long long errcnt; /* calibration errors (ro) */ member
|
/Linux-v6.1/include/linux/ |
D | time32.h | 45 s32 errcnt; member
|
/Linux-v6.1/kernel/time/ |
D | time.c | 312 txc->errcnt = tx32.errcnt; in get_old_timex32() 341 tx32.errcnt = txc->errcnt; in put_old_timex32()
|
D | ntp.c | 204 txc->errcnt = pps_errcnt; in pps_fill_timex() 234 txc->errcnt = 0; in pps_fill_timex()
|
/Linux-v6.1/drivers/net/wireless/intel/iwlegacy/ |
D | 4965.c | 38 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()
|
D | 3945-mac.c | 1665 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()
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 246 uint64_t errcnt:4; member 248 uint64_t errcnt:4;
|
/Linux-v6.1/sound/pci/riptide/ |
D | riptide.c | 389 unsigned int errcnt; member 835 if (cif->errcnt > MAX_ERROR_COUNT) { in sendcmd() 840 cif->errcnt = 0; in sendcmd() 907 cif->cmdtimemax, cif->errcnt); in sendcmd() 911 cif->errcnt++; in sendcmd() 1255 cif->errcnt = 0; in riptide_reset() 1899 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
|
/Linux-v6.1/drivers/block/ |
D | amiflop.c | 1425 int error, errcnt; in get_track() local 1440 errcnt = 0; in get_track() 1441 while (errcnt < MAX_ERRORS) { in get_track() 1452 errcnt++; in get_track()
|
/Linux-v6.1/sound/sparc/ |
D | dbri.c | 1929 static int errcnt; in snd_dbri_interrupt() local 1967 if ((++errcnt) % 10 == 0) { in snd_dbri_interrupt()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | osf_sys.c | 1182 long errcnt; /* calibration errors (ro) */ member
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 12755 int errcnt = 0, ret_val = 0; in lpfc_sli_abort_iocb() local 12761 return errcnt; in lpfc_sli_abort_iocb() 12783 errcnt++; in lpfc_sli_abort_iocb() 12786 return errcnt; in lpfc_sli_abort_iocb()
|
/Linux-v6.1/Documentation/scsi/ |
D | ChangeLog.lpfc | 248 * Removed qcmdcnt, iodonecnt, errcnt from lpfc_target and from
|