Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 791) sorted by relevance

12345678910>>...32

/linux-6.3-rc2/tools/testing/selftests/arm64/abi/
A Dsyscall-abi.c79 errors++; in check_gpr()
111 errors++; in check_fpr()
124 errors++; in check_fpr()
217 errors++; in check_p()
218 if (errors) in check_p()
267 errors++; in check_ffr()
268 if (errors) in check_ffr()
291 errors++; in check_svcr()
297 errors++; in check_svcr()
324 errors++; in check_za()
[all …]
/linux-6.3-rc2/lib/
A Dcrc32test.c667 int errors = 0; in crc32c_test() local
691 errors++; in crc32c_test()
699 if (errors) in crc32c_test()
730 errors++; in crc32c_combine_test()
736 if (errors) in crc32c_combine_test()
747 int errors = 0; in crc32_test() local
774 errors++; in crc32_test()
778 errors++; in crc32_test()
787 if (errors) in crc32_test()
818 errors++; in crc32_combine_test()
[all …]
/linux-6.3-rc2/drivers/md/bcache/
A Dio.c58 unsigned int errors; in bch_count_backing_io_errors() local
74 errors = atomic_add_return(1, &dc->io_errors); in bch_count_backing_io_errors()
75 if (errors < dc->error_limit) in bch_count_backing_io_errors()
96 unsigned int errors; in bch_count_io_errors() local
110 errors = atomic_read(&ca->io_errors); in bch_count_io_errors()
112 old = errors; in bch_count_io_errors()
113 new = ((uint64_t) errors * 127) / 128; in bch_count_io_errors()
114 errors = atomic_cmpxchg(&ca->io_errors, in bch_count_io_errors()
116 } while (old != errors); in bch_count_io_errors()
124 errors >>= IO_ERROR_SHIFT; in bch_count_io_errors()
[all …]
/linux-6.3-rc2/Documentation/ABI/removed/
A Dsysfs-mce27 0 always panic on uncorrected errors, log corrected errors
28 1 panic or SIGBUS on uncorrected errors, log corrected errors
29 2 SIGBUS or log uncorrected errors, log corrected errors
30 3 never panic or SIGBUS, log all errors (for testing only)
/linux-6.3-rc2/Documentation/PCI/
A Dpcieaer-howto.rst105 PCI Express errors are classified into two types: correctable errors
110 Correctable errors pose no impacts on the functionality of the
112 intervention or any loss of data. These errors are detected and
113 corrected by hardware. Unlike correctable errors, uncorrectable
114 errors impact functionality of the interface. Uncorrectable errors
117 errors are further classified into non-fatal errors and fatal errors.
135 errors because device specific errors will still get sent directly to
178 Correctable errors
181 Correctable errors pose no impacts on the functionality of
187 Non-correctable (non-fatal and fatal) errors
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-pci-devices-aer_stats5 statistical counters indicate the errors "as seen/reported by the device".
8 errors may be "seen" / reported by the link partner and not the
16 Description: List of correctable errors seen and reported by this
17 PCI device using ERR_COR. Note that since multiple errors may
20 total of all the errors in the file. Sample output::
37 Description: List of uncorrectable fatal errors seen and reported by this
38 PCI device using ERR_FATAL. Note that since multiple errors may
41 total of all the errors in the file. Sample output::
67 Description: List of uncorrectable nonfatal errors seen and reported by this
68 PCI device using ERR_NONFATAL. Note that since multiple errors
[all …]
A Dsysfs-mce8 detected by the CPU. Uncorrected errors typically cause a
45 How often to poll for corrected machine check errors, in
52 0 means no polling for corrected machine check errors
53 (but some corrected errors might be still reported
80 Disables polling and CMCI for corrected errors.
87 Disables logging for corrected errors.
88 All reported corrected errors will be cleared silently.
91 errors.
A Dsysfs-platform-dfl-fme48 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie0_errors
53 Write this file to clear errors logged in pcie0_errors. Write
57 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie1_errors
62 Write this file to clear errors logged in pcie1_errors. Write
70 Description: Read-only. It returns non-fatal errors detected.
78 What: /sys/bus/platform/devices/dfl-fme.0/errors/inject_errors
83 file to inject errors for testing purpose. Write fails with
87 What: /sys/bus/platform/devices/dfl-fme.0/errors/fme_errors
92 Write this file to clear errors logged in fme_errors. Write
96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
[all …]
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c266 (*errors)++; in check_u32()
338 int errors = 0; in ptrace_set_sve_get_sve_data() local
396 errors++; in ptrace_set_sve_get_sve_data()
405 errors++; in ptrace_set_sve_get_sve_data()
434 int errors = 0; in ptrace_set_sve_get_fpsimd_data() local
490 errors++; in ptrace_set_sve_get_fpsimd_data()
495 &fpsimd_state.fpsr, &errors); in ptrace_set_sve_get_fpsimd_data()
519 int errors = 0; in ptrace_set_fpsimd_get_sve_data() local
567 errors++; in ptrace_set_fpsimd_get_sve_data()
592 errors++; in ptrace_set_fpsimd_get_sve_data()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_tunnel.sh672 errors=$(( $errors + $? ))
676 errors=$(( $errors + $? ))
680 errors=$(( $errors + $? ))
684 errors=$(( $errors + $? ))
688 errors=$(( $errors + $? ))
692 errors=$(( $errors + $? ))
696 errors=$(( $errors + $? ))
700 errors=$(( $errors + $? ))
704 errors=$(( $errors + $? ))
708 errors=$(( $errors + $? ))
[all …]
/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_pid.c46 st->errors[i] = error; in wf_pid_run()
53 st->errors[st->index] = error; in wf_pid_run()
58 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_pid_run()
62 deriv = st->errors[st->index] - in wf_pid_run()
63 st->errors[(st->index + hlen - 1) % hlen]; in wf_pid_run()
101 st->errors[i] = error; in wf_cpu_pid_run()
109 st->errors[st->index] = error; in wf_cpu_pid_run()
116 integ += st->errors[(st->index + hlen - i) % hlen]; in wf_cpu_pid_run()
/linux-6.3-rc2/Documentation/driver-api/soundwire/
A Derror_handling.rst5 The SoundWire PHY was designed with care and errors on the bus are going to
7 errors. Examples of this design can be found in the synchronization
8 mechanism (sync loss after two errors) and short CRCs used for the Bulk
11 The errors can be detected with multiple mechanisms:
13 1. Bus clash or parity errors: This mechanism relies on low-level detectors
15 and audio data. The current implementation only logs such errors.
17 restarting from a known position. In the case of such errors outside of a
21 and after a number of such errors are detected the bus might be reset. Note
22 that bus clashes due to programming errors (two streams using the same bit
27 not be responsible for the errors so resetting them individually is not a
[all …]
/linux-6.3-rc2/tools/perf/scripts/perl/
A Drw-by-pid.pl36 $reads{$common_pid}{errors}{$ret}++;
58 $writes{$common_pid}{errors}{$ret}++;
102 foreach my $error (keys %{$reads{$pid}{errors}}) {
104 my $errcount = $reads{$pid}{errors}{$error} || 0;
142 foreach my $error (keys %{$writes{$pid}{errors}}) {
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
/linux-6.3-rc2/drivers/vdpa/vdpa_sim/
A Dvdpa_sim_net.c46 u64 errors; member
54 u64 errors; member
133 u64 requests = 0, errors = 0, successes = 0; in vdpasim_handle_cvq() local
153 ++errors; in vdpasim_handle_cvq()
168 ++errors; in vdpasim_handle_cvq()
190 net->cq_stats.errors += errors; in vdpasim_handle_cvq()
274 net->tx_stats.errors += tx_errors; in vdpasim_net_work()
281 net->rx_stats.errors += rx_errors; in vdpasim_net_work()
303 rx_errors = net->rx_stats.errors; in vdpasim_net_get_stats()
345 tx_errors = net->tx_stats.errors; in vdpasim_net_get_stats()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/
A Dsubpage_prot.c35 int errors; variable
80 ++errors; in check_faulted()
119 errors = 0; in run_test()
130 if (errors) { in run_test()
131 printf("%d errors detected\n", errors); in run_test()
/linux-6.3-rc2/arch/x86/tools/
A Dinsn_sanity.c223 int errors = 0; in main() local
247 errors++; in main()
255 fprintf((errors) ? stderr : stdout, in main()
258 (errors) ? "Failure" : "Success", in main()
261 errors, in main()
264 return errors ? 1 : 0; in main()
/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dipvs.sh196 local errors=
202 errors=$(( $errors + $? ))
208 errors=$(( $errors + $? ))
214 errors=$(( $errors + $? ))
216 return $errors
/linux-6.3-rc2/drivers/usb/
A Dusb-skeleton.c59 int errors; /* the last request tanked */ member
151 res = dev->errors ? (dev->errors == -EPIPE ? -EPIPE : -EIO) : 0; in skel_flush()
152 dev->errors = 0; in skel_flush()
177 dev->errors = urb->status; in skel_read_bulk_callback()
268 rv = dev->errors; in skel_read()
271 dev->errors = 0; in skel_read()
349 dev->errors = urb->status; in skel_write_bulk_callback()
391 retval = dev->errors; in skel_write()
394 dev->errors = 0; in skel_write()
625 dev->errors = -EPIPE; in skel_post_reset()
/linux-6.3-rc2/drivers/acpi/apei/
A DKconfig15 APEI allows to report errors (for example from the chipset)
28 platform hardware errors (such as that from chipset). It
30 errors are reported to firmware firstly, then reported to
40 PCIe AER errors may be reported via APEI firmware first mode.
52 Memory errors may be reported via APEI firmware first mode.
/linux-6.3-rc2/drivers/edac/
A De752x_edac.c521 if (errors & (1 << i)) { in do_global_error()
540 do_global_error(fatal, errors); in global_error()
555 if (errors & (1 << i)) in do_hub_error()
567 do_hub_error(fatal, errors); in hub_error()
612 if (errors & (1 << i)) in do_nsi_error()
624 do_nsi_error(fatal, errors); in nsi_error()
634 static void do_membuf_error(u8 errors) in do_membuf_error() argument
639 if (errors & (1 << i)) in do_membuf_error()
650 do_membuf_error(errors); in membuf_error()
670 if (errors & (1 << i)) in do_sysbus_error()
[all …]
/linux-6.3-rc2/drivers/comedi/drivers/
A Djr3_pci.c115 u16 errors; member
258 u16 errors; in jr3_pci_ai_insn_read() local
261 errors = get_u16(&spriv->sensor->errors); in jr3_pci_ai_insn_read()
263 (errors & (watch_dog | watch_dog2 | sensor_change))) { in jr3_pci_ai_insn_read()
432 int errors; in jr3_pci_poll_subdevice() local
436 errors = get_u16(&sensor->errors); in jr3_pci_poll_subdevice()
438 if (errors != spriv->errors) in jr3_pci_poll_subdevice()
439 spriv->errors = errors; in jr3_pci_poll_subdevice()
442 if (errors & (watch_dog | watch_dog2 | sensor_change)) in jr3_pci_poll_subdevice()
450 if ((errors & (watch_dog | watch_dog2)) || in jr3_pci_poll_subdevice()
/linux-6.3-rc2/drivers/base/test/
A Dtest_async_driver_probe.c21 static atomic_t warnings, errors, timeout, async_completed; variable
34 atomic_inc(&errors); in test_probe()
247 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) { in test_async_probe_init()
270 atomic_inc(&errors); in test_async_probe_init()
275 atomic_read(&errors), atomic_read(&warnings)); in test_async_probe_init()
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A Dsja1105_dynamic_config.c185 u64 errors; member
205 sja1105_packing(buf, &cmd->errors, 30, 30, size, op); in sja1105et_vl_lookup_cmd_packing()
219 sja1105_packing(p, &cmd->errors, 30, 30, size, op); in sja1105pqrs_vl_lookup_cmd_packing()
233 sja1105_packing(p, &cmd->errors, 29, 29, size, op); in sja1110_vl_lookup_cmd_packing()
270 sja1105_packing(p, &cmd->errors, 29, 29, size, op); in sja1105pqrs_common_l2_lookup_cmd_packing()
531 sja1105_packing(p, &cmd->errors, 29, 29, size, op); in sja1110_vlan_lookup_cmd_packing()
561 sja1105_packing(p, &cmd->errors, 30, 30, size, op); in sja1105_l2_forwarding_cmd_packing()
575 sja1105_packing(p, &cmd->errors, 29, 29, size, op); in sja1110_l2_forwarding_cmd_packing()
628 sja1105_packing(p, &cmd->errors, 30, 30, size, op); in sja1105pqrs_mac_config_cmd_packing()
642 sja1105_packing(p, &cmd->errors, 29, 29, size, op); in sja1110_mac_config_cmd_packing()
[all …]
/linux-6.3-rc2/drivers/soc/tegra/cbb/
A Dtegra234-cbb.c105 const struct tegra_cbb_error *errors; member
329 cbb->fabric->errors[type].code); in tegra234_cbb_print_error()
346 cbb->fabric->errors[type].code); in tegra234_cbb_print_error()
711 .errors = tegra234_cbb_errors,
732 .errors = tegra234_cbb_errors,
809 .errors = tegra234_cbb_errors,
832 .errors = tegra234_cbb_errors,
845 .errors = tegra234_cbb_errors,
858 .errors = tegra234_cbb_errors,
1042 .errors = tegra241_cbb_errors,
[all …]
/linux-6.3-rc2/Documentation/filesystems/
A Docfs2-online-filecheck.rst15 Then, a mount option (errors=continue) is introduced, which would return the
42 When there are errors in the OCFS2 filesystem, they are usually accompanied
68 <ERROR> says what kind of errors was found. For the detailed error numbers,
92 file metadata. In case of errors, the filesystem would fix the errors
94 the inode must first be checked for errors before performing a final fix.
98 fixed/checked, the detailed errors which were fixed/checked are printed in the

Completed in 65 milliseconds

12345678910>>...32