Searched refs:errors (Results 51 - 75 of 218) sorted by relevance

123456789

/linux-master/drivers/net/fddi/skfp/
H A Dpcmplc.c1069 u_long errors ; local
1079 errors = inpw(PLC(((int) phy->np),PL_LINK_ERR_CTR)) ;
1080 lem->lem_errors += errors ;
1081 mib->fddiPORTLem_Ct += errors ;
1083 errors = lem->lem_errors ;
1089 * -> 9 errors in 8 seconds mean:
1094 if (!errors) ber = 15 ;
1095 else if (errors <= 9) ber = 9 ;
1096 else if (errors <= 99) ber = 8 ;
1097 else if (errors <
1177 int errors ; local
[all...]
/linux-master/sound/i2c/other/
H A Dak4113.c190 chip->errors[kcontrol->private_value];
191 chip->errors[kcontrol->private_value] = 0;
537 ak4113->errors[AK4113_PARITY_ERRORS]++;
539 ak4113->errors[AK4113_V_BIT_ERRORS]++;
541 ak4113->errors[AK4113_CCRC_ERRORS]++;
543 ak4113->errors[AK4113_QCRC_ERRORS]++;
H A Dak4114.c186 chip->errors[kcontrol->private_value];
187 chip->errors[kcontrol->private_value] = 0;
568 ak4114->errors[AK4114_PARITY_ERRORS]++;
570 ak4114->errors[AK4114_V_BIT_ERRORS]++;
572 ak4114->errors[AK4114_CCRC_ERRORS]++;
574 ak4114->errors[AK4114_QCRC_ERRORS]++;
H A Dak4117.c160 chip->errors[kcontrol->private_value];
161 chip->errors[kcontrol->private_value] = 0;
458 ak4117->errors[AK4117_PARITY_ERRORS]++;
460 ak4117->errors[AK4117_V_BIT_ERRORS]++;
462 ak4117->errors[AK4117_CCRC_ERRORS]++;
464 ak4117->errors[AK4117_QCRC_ERRORS]++;
/linux-master/fs/bcachefs/
H A Dsb-members.c203 prt_printf(out, "%s errors:", bch2_member_error_strs[i]);
205 prt_u64(out, le64_to_cpu(m.errors[i]));
373 m->errors[e] = cpu_to_le64(atomic64_read(&ca->errors[e]));
389 prt_str(out, "IO errors since filesystem creation");
396 prt_u64(out, atomic64_read(&ca->errors[i]));
401 prt_str(out, "IO errors since ");
410 prt_u64(out, atomic64_read(&ca->errors[i]) - le64_to_cpu(m.errors_at_reset[i]));
424 m->errors_at_reset[i] = cpu_to_le64(atomic64_read(&ca->errors[i]));
H A Derror.c15 switch (c->opts.errors) {
63 "too many IO errors, setting %s RO",
70 atomic64_inc(&ca->errors[type]);
114 bch2_print(c, " (y,n, or Y,N for all errors of this type) ");
135 fputs(" (y,n, or Y,N for all errors of this type) ", stdout);
158 * move it to the head of the list: repeated fsck errors
236 if (c->opts.errors != BCH_ON_ERROR_continue ||
337 bch_err(c, "Saw %llu errors like:\n %s", s->nr, s->last_msg);
H A DMakefile78 sb-errors.o \
/linux-master/drivers/regulator/
H A Dirq_helpers.c109 rdev_clear_err(rdev, (~stat->errors) &
247 rdev_flag_err(rdev, stat->errors);
318 * @irq: IRQ used to inform events/errors to be notified.
322 * When IRQ is re-enabled these errors will be cleared
326 * @per_rdev_errs: Optional error flag array describing errors specific
327 * for only some of the regulators. These errors will be
328 * or'ed with common errors. If this is given the array
433 rid->states[0].errors = err;
/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h31 unsigned long errors; member in struct:mips_fpu_emulator_stats
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile26 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
/linux-master/include/uapi/linux/
H A Dvirtio_blk.h309 __virtio32 errors; member in struct:virtio_scsi_inhdr
/linux-master/drivers/spi/
H A Dspi-davinci.c508 u32 buf, status, errors = 0, spidat1; local
520 errors = status & SPIFLG_ERROR_MASK;
533 return errors;
570 u32 errors = 0; local
630 /* To avoid errors when doing rx-only transfers with
665 errors = SPIFLG_TIMEOUT_MASK;
668 errors = davinci_spi_process_events(dspi);
669 if (errors)
684 * receive overflow errors
686 if (errors) {
[all...]
/linux-master/arch/mips/math-emu/
H A Ddsemul.c276 MIPS_FPU_EMU_INC_STATS(errors);
296 MIPS_FPU_EMU_INC_STATS(errors);
H A Dcp1emu.c1055 MIPS_FPU_EMU_INC_STATS(errors);
1060 MIPS_FPU_EMU_INC_STATS(errors);
1073 MIPS_FPU_EMU_INC_STATS(errors);
1078 MIPS_FPU_EMU_INC_STATS(errors);
1089 MIPS_FPU_EMU_INC_STATS(errors);
1094 MIPS_FPU_EMU_INC_STATS(errors);
1107 MIPS_FPU_EMU_INC_STATS(errors);
1112 MIPS_FPU_EMU_INC_STATS(errors);
1485 MIPS_FPU_EMU_INC_STATS(errors);
1490 MIPS_FPU_EMU_INC_STATS(errors);
[all...]
/linux-master/fs/exfat/
H A Dmisc.c20 * corruption/inconsistency. Depending on 'errors' mount option the
40 if (opts->errors == EXFAT_ERRORS_PANIC) {
43 } else if (opts->errors == EXFAT_ERRORS_RO && !sb_rdonly(sb)) {
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh9 if curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${BASE_SYSTEM_MAINLINE_HOST_PATH}/done"; then
/linux-master/drivers/cpufreq/
H A Dpcc-cpufreq.c309 u32 errors; local
342 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
343 if (errors) {
371 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
372 if (errors) {
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py35 counts : TestCounts - counts of the test statuses and errors of
59 self.counts.errors += 1
78 Tracks the counts of statuses of all test cases and any errors within
85 errors: int = 0
91 ('errors', self.errors)]
116 self.errors += counts.errors
720 # Parse any errors prior to parsing tests
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1113 /* Invalidate Layout errors */
1132 /* RPC connection errors */
1160 /* Retry all errors through either pNFS or MDS except for -EJUKEBOX */
2094 return ff_layout_encode_ds_ioerr(xdr, &ff_args->errors);
2217 ff_layout_free_ds_ioerr(&ff_args->errors);
2242 INIT_LIST_HEAD(&ff_args->errors);
2244 &args->range, &ff_args->errors,
2267 struct nfs42_layout_error *errors; local
2276 errors = kmalloc_array(NFS42_LAYOUTERROR_MAX, sizeof(*errors),
[all...]
/linux-master/drivers/acpi/
H A Dbus.c193 u32 errors; local
233 errors = *((u32 *)out_obj->buffer.pointer) & ~(1 << 0);
234 if (errors) {
235 if (errors & OSC_REQUEST_ERROR)
238 if (errors & OSC_INVALID_UUID_ERROR)
241 if (errors & OSC_INVALID_REVISION_ERROR)
244 if (errors & OSC_CAPABILITIES_MASK_ERROR) {
/linux-master/fs/jfs/
H A Dsuper.c219 {Opt_errors, "errors=%s"},
294 char *errors = args[0].from; local
295 if (!errors || !*errors)
297 if (!strcmp(errors, "continue")) {
301 } else if (!strcmp(errors, "remount-ro")) {
305 } else if (!strcmp(errors, "panic")) {
311 errors);
708 seq_printf(seq, ",errors=continue");
710 seq_printf(seq, ",errors
[all...]
/linux-master/scripts/
H A Dcheckkconfigsymbols.py230 stdout = stdout.decode(errors='replace')
393 with open(sfile, "r", encoding='utf-8', errors='replace') as stream:
441 with open(kfile, "r", encoding='utf-8', errors='replace') as stream:
/linux-master/drivers/iio/chemical/
H A Dsunrise_co2.c326 unsigned long errors; local
339 errors = value;
340 for_each_set_bit(i, &errors, ARRAY_SIZE(sunrise_error_statuses))
/linux-master/lib/
H A Dcrc32test.c667 int errors = 0; local
691 errors++;
699 if (errors)
700 pr_warn("crc32c: %d self tests failed\n", errors);
712 int errors = 0, runs = 0; local
730 errors++;
736 if (errors)
737 pr_warn("crc32c_combine: %d/%d self tests failed\n", errors, runs);
747 int errors = 0; local
774 errors
800 int errors = 0, runs = 0; local
[all...]
/linux-master/include/sound/
H A Dak4114.h172 unsigned long errors[AK4114_NUM_ERRORS]; member in struct:ak4114

Completed in 748 milliseconds

123456789