Home
last modified time | relevance | path

Searched refs:errors (Results 101 - 125 of 359) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_blk.h192 __virtio32 errors; member
/kernel/linux/linux-6.6/include/linux/
H A Dslab_def.h55 unsigned long errors; member
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx_debugfs.c52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
53 root, &drv->stats.errors.counter); in nx_debugfs_init()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_blk.h92 __virtio32 errors; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_blk.h92 __virtio32 errors; member
/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py228 stdout = stdout.decode(errors='replace')
391 with open(sfile, "r", encoding='utf-8', errors='replace') as stream:
440 with open(kfile, "r", encoding='utf-8', errors='replace') as stream:
H A Dkernel-doc90 -Werror Treat warnings as errors.
214 my $errors = 0;
1346 ++$errors;
1438 ++$errors;
1499 ++$errors;
2020 ++$errors;
2347 ++$errors;
2435 if ($verbose && $errors) {
2436 print STDERR "$errors errors\
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-dsi-cm.c221 u8 errors = 0; in num_dsi_errors_show() local
227 r = dsicm_dcs_read_1(ddata, MIPI_DCS_GET_ERROR_COUNT_ON_DSI, &errors); in num_dsi_errors_show()
234 return sysfs_emit(buf, "%d\n", errors); in num_dsi_errors_show()
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A Dsunrise_co2.c326 unsigned long errors; in sunrise_error_status_read() local
339 errors = value; in sunrise_error_status_read()
340 for_each_set_bit(i, &errors, ARRAY_SIZE(sunrise_error_statuses)) in sunrise_error_status_read()
/kernel/linux/linux-6.6/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:
H A Dkernel-doc58 my $errors = 0;
1284 ++$errors;
1390 ++$errors;
1461 ++$errors;
1985 ++$errors;
2312 ++$errors;
2400 if ($verbose && $errors) {
2401 print STDERR "$errors errors\n";
2411 exit($output_mode eq "none" ? 0 : $errors)
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-scsiback.c220 static void scsiback_print_status(char *sense_buffer, int errors, in scsiback_print_status() argument
227 pending_req->cmnd[0], status_byte(errors), msg_byte(errors), in scsiback_print_status()
228 host_byte(errors), driver_byte(errors)); in scsiback_print_status()
339 int errors; in scsiback_cmd_done() local
343 errors = pending_req->result; in scsiback_cmd_done()
345 if (errors && log_print_stat) in scsiback_cmd_done()
346 scsiback_print_status(sense_buffer, errors, pending_req); in scsiback_cmd_done()
349 scsiback_do_resp_with_sense(sense_buffer, errors, resi in scsiback_cmd_done()
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dmisc.c15 * corruption/inconsistency. Depending on 'errors' mount option the
35 if (opts->errors == FAT_ERRORS_PANIC) in __fat_fs_error()
37 else if (opts->errors == FAT_ERRORS_RO && !sb_rdonly(sb)) { in __fat_fs_error()
/kernel/linux/linux-6.6/fs/fat/
H A Dmisc.c15 * corruption/inconsistency. Depending on 'errors' mount option the
35 if (opts->errors == FAT_ERRORS_PANIC) in __fat_fs_error()
37 else if (opts->errors == FAT_ERRORS_RO && !sb_rdonly(sb)) { in __fat_fs_error()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c348 ++self->stats.rx.errors; in aq_rx_checksum()
593 ++self->stats.rx.errors; in __aq_ring_rx_clean()
601 ++self->stats.rx.errors; in __aq_ring_rx_clean()
766 ++rx_ring->stats.rx.errors; in __aq_ring_xdp_clean()
774 ++rx_ring->stats.rx.errors; in __aq_ring_xdp_clean()
948 data[++count] = self->stats.rx.errors; in aq_ring_fill_stats_data()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1600 int errors = 0; in process_ep_req() local
1613 errors = hc32_to_cpu(curr_td->size_ioc_sts); in process_ep_req()
1614 if (errors & DTD_ERROR_MASK) { in process_ep_req()
1615 if (errors & DTD_STATUS_HALTED) { in process_ep_req()
1616 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req()
1617 /* Clear the errors and Halt condition */ in process_ep_req()
1619 tmp &= ~errors; in process_ep_req()
1626 if (errors & DTD_STATUS_DATA_BUFF_ERR) { in process_ep_req()
1630 } else if (errors & DTD_STATUS_TRANSACTION_ERR) { in process_ep_req()
1636 errors); in process_ep_req()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1599 int errors = 0; in process_ep_req() local
1612 errors = hc32_to_cpu(curr_td->size_ioc_sts); in process_ep_req()
1613 if (errors & DTD_ERROR_MASK) { in process_ep_req()
1614 if (errors & DTD_STATUS_HALTED) { in process_ep_req()
1615 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req()
1616 /* Clear the errors and Halt condition */ in process_ep_req()
1618 tmp &= ~errors; in process_ep_req()
1625 if (errors & DTD_STATUS_DATA_BUFF_ERR) { in process_ep_req()
1629 } else if (errors & DTD_STATUS_TRANSACTION_ERR) { in process_ep_req()
1635 errors); in process_ep_req()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_local.c54 * netlink message during the behavior creation, no errors will be
161 u64_stats_t errors; member
178 __u64 errors; member
1593 u64_stats_inc(&pcounters->errors); in seg6_local_update_counters()
1984 * packets, bytes and errors. in parse_nla_counters()
2011 if (nla_put_u64_64bit(skb, SEG6_LOCAL_CNT_ERRORS, counters->errors, in seg6_local_fill_nla_counters()
2030 u64 packets, bytes, errors; in put_nla_counters() local
2039 errors = u64_stats_read(&pcounters->errors); in put_nla_counters()
2045 counters.errors in put_nla_counters()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dfpu_emulator.h31 unsigned long errors; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dfpu_emulator.h31 unsigned long errors; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A DMakefile26 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
/kernel/linux/linux-5.10/include/sound/
H A Dak4117.h161 unsigned long errors[AK4117_NUM_ERRORS]; member
/kernel/linux/linux-6.6/include/sound/
H A Dak4117.h161 unsigned long errors[AK4117_NUM_ERRORS]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_blk.h309 __virtio32 errors; member
/kernel/linux/linux-5.10/drivers/mtd/
H A Drfd_ftl.c86 int errors; member
135 part->errors = 1; in build_block_map()
230 part->errors = 1; in scan_header()
751 else if (part->errors) { in rfd_ftl_add_mtd()
752 printk(KERN_WARNING PREFIX "'%s': errors found, " in rfd_ftl_add_mtd()

Completed in 25 milliseconds

12345678910>>...15