Searched refs:errors (Results 1 - 25 of 218) sorted by last modified time

123456789

/linux-master/drivers/spi/
H A Dspi.c183 SPI_STATISTICS_SHOW(errors); variable
1642 errors);
1644 errors);
3062 * errors adding the device) calling spi_controller_put() to prevent a memory
3588 * PTR_ERR(...) in case of errors.
/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/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h543 unsigned long errors; member in struct:bcmgenet_rx_ring
H A Dbcmgenet.c1018 rx_rings[num].errors), \
2261 ring->errors += discards;
2323 ring->errors++;
2328 /* report errors */
3681 rx_errors += rx_ring->errors;
3687 rx_errors += rx_ring->errors;
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S120 ; - Unlike ARCompact, handles Bus errors for both User/Kernel mode,
/linux-master/fs/bcachefs/
H A Dsuper.c53 #include "sb-errors.h"
340 * outstanding writes to complete so they don't see spurious errors due
445 bch_err(c, "cannot go rw, unfixed btree errors");
1308 for (i = 0; i < ARRAY_SIZE(member->errors); i++)
1309 atomic64_set(&ca->errors[i], le64_to_cpu(member->errors[i]));
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 Dfs.c1733 if (opt_defined(opts, errors))
1734 c->opts.errors = opts.errors;
H A Dchardev.c160 bch2_stdio_redirect_printf(&stdio->stdio, false, "%s: errors fixed\n", c->name);
164 bch2_stdio_redirect_printf(&stdio->stdio, false, "%s: still has errors\n", c->name);
240 thr->c->opts.errors == BCH_ON_ERROR_panic)
241 thr->c->opts.errors = BCH_ON_ERROR_ro;
H A Dbtree_io.c556 ret = c->opts.errors == BCH_ON_ERROR_continue
2159 * We handle btree write errors by immediately halting the journal -
H A Dbcachefs_format.h499 x(errors, 12) \
587 __le64 errors[BCH_MEMBER_ERROR_NR]; member in struct:bch_member
830 __le16 errors[] __counted_by(nr_errors);
H A Dsb-downgrade.c12 #include "sb-errors.h"
18 * Upgrade, downgrade tables - run certain recovery passes, fix certain errors
20 * x(version, recovery_passes, errors...)
65 const u16 *errors; member in struct:upgrade_downgrade_entry
77 .errors = upgrade_##ver##_errors, \
104 for (const u16 *e = i->errors;
105 e < i->errors + i->nr_errors;
113 #define x(ver, passes, ...) static const u16 downgrade_ver_##errors[] = { __VA_ARGS__ };
122 .errors = downgrade_##ver##_errors, \
131 return (void *) &e->errors[le16_to_cp
[all...]
H A Dopts.h137 x(errors, u8, \
351 NULL, "Fix errors during fsck without asking") \
H A Dbcachefs.h550 atomic64_t errors[BCH_MEMBER_ERROR_NR]; member in struct:bch_dev
H A DMakefile78 sb-errors.o \
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1603 int errors = 0; local
1616 errors = hc32_to_cpu(curr_td->size_ioc_sts);
1617 if (errors & DTD_ERROR_MASK) {
1618 if (errors & DTD_STATUS_HALTED) {
1619 dev_err(&udc->gadget.dev, "dTD error %08x QH=%d\n", errors, pipe);
1620 /* Clear the errors and Halt condition */
1622 tmp &= ~errors;
1629 if (errors & DTD_STATUS_DATA_BUFF_ERR) {
1633 } else if (errors & DTD_STATUS_TRANSACTION_ERR) {
1640 errors);
[all...]
/linux-master/drivers/thunderbolt/
H A Dusb4.c663 * expected to get any of the following errors back.
1705 * @errors: Error metadata is copied here.
1710 int usb4_port_sw_margin_errors(struct tb_port *port, u32 *errors) argument
1720 USB4_SB_METADATA, errors, sizeof(*errors));
H A Dtb.h1341 int usb4_port_sw_margin_errors(struct tb_port *port, u32 *errors);
/linux-master/kernel/
H A Dkprobes.c1442 * This returns encoded errors if it fails to look up symbol or invalid
2887 unsigned int i, total = 0, errors = 0; local
2910 errors++;
2918 if (errors)
2920 errors, total);
2933 unsigned int i, total = 0, errors = 0; local
2953 errors++;
2961 if (errors)
2963 errors, total);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3047 const u8 errors = DP_PSR_RFB_STORAGE_ERROR | local
3065 if (status == DP_PSR_SINK_INTERNAL_ERROR || (error_status & errors)) {
3083 if (error_status & ~errors)
3085 "PSR_ERROR_STATUS unhandled errors %x\n",
3086 error_status & ~errors);
/linux-master/fs/btrfs/
H A Dtransaction.c777 * other structures so it needs to be ended in case of errors,
1144 * writeback hasn't finished yet (and without errors).
1185 * Ignore -ENOMEM errors returned by clear_extent_bit().
1213 bool errors = false; local
1218 errors = true;
1220 if (errors && !err)
1229 bool errors = false; local
1237 errors = true;
1241 errors = true;
1243 if (errors
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c262 {Opt_errors, "errors=%s"},
1282 F2FS_OPTION(sbi).errors =
1285 F2FS_OPTION(sbi).errors =
1288 F2FS_OPTION(sbi).errors =
2085 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY)
2086 seq_printf(seq, ",errors=%s", "remount-ro");
2087 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_CONTINUE)
2088 seq_printf(seq, ",errors=%s", "continue");
2089 else if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_PANIC)
2090 seq_printf(seq, ",errors
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c1344 * non-zero for any other errors.
1436 * for any other errors.
5209 /* allow SCSI layer to restart the device in case of errors */
5491 hba->errors |= (UFSHCD_UIC_HIBERN8_MASK & intr_status);
6260 * to recover from the DL NAC errors or not.
6273 * device fatal error and/or DL NAC & REPLAY timeout errors.
6287 * wait for 50ms to see if we can get any other errors or not.
6294 * now check if we have got any other severe errors other than
6316 /* Link seems to be alive hence ignore the DL NAC errors */
6340 /* handle fatal errors onl
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c578 u8 errors = (u8)(status_err >> 24); local
591 if (errors & (E1000_RXD_ERR_TCPE | E1000_RXD_ERR_IPE)) {
592 /* let the stack verify checksum errors */
1553 /* errors is only valid for DD + EOP descriptors */
6756 * prevent this we need to mask off the correctable errors on the
/linux-master/scripts/
H A Dkernel-doc59 my $errors = 0;
1283 ++$errors;
1389 ++$errors;
1459 ++$errors;
2000 ++$errors;
2328 ++$errors;
2415 if ($verbose && $errors) {
2416 print STDERR "$errors errors\n";
2426 exit($output_mode eq "none" ? 0 : $errors)
[all...]

Completed in 369 milliseconds

123456789