Searched refs:errors (Results 1 - 25 of 218) sorted by path

123456789

/linux-master/arch/x86/math-emu/
H A DMakefile13 C_OBJS =fpu_entry.o errors.o \
/linux-master/drivers/macintosh/
H A Dwindfarm_pid.c46 st->errors[i] = error;
53 st->errors[st->index] = error;
58 integ += st->errors[(st->index + hlen - i) % hlen];
62 deriv = st->errors[st->index] -
63 st->errors[(st->index + hlen - 1) % hlen];
101 st->errors[i] = error;
109 st->errors[st->index] = error;
116 integ += st->errors[(st->index + hlen - i) % hlen];
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h689 u64 errors; member in struct:bfi_enet_stats_txf
/linux-master/drivers/usb/gadget/udc/
H A Dmv_udc.h203 int errors; member in struct:mv_udc
/linux-master/include/sound/
H A Dak4113.h288 unsigned long errors[AK4113_NUM_ERRORS]; member in struct:ak4113
H A Dak4114.h172 unsigned long errors[AK4114_NUM_ERRORS]; member in struct:ak4114
H A Dak4117.h161 unsigned long errors[AK4117_NUM_ERRORS]; member in struct:ak4117
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c35 int errors; variable
80 ++errors;
119 errors = 0;
130 if (errors) {
131 printf("%d errors detected\n", errors);
/linux-master/Documentation/sphinx/
H A Dautomarkup.py10 from sphinx.errors import NoUri
H A Dtranslations.py16 from sphinx.errors import NoUri
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S120 ; - Unlike ARCompact, handles Bus errors for both User/Kernel mode,
H A Dentry-compact.S199 ; (Kernel mode memory errors handled via separate exception vectors)
/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h31 unsigned long errors; member in struct:mips_fpu_emulator_stats
/linux-master/arch/mips/math-emu/
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...]
H A Ddsemul.c276 MIPS_FPU_EMU_INC_STATS(errors);
296 MIPS_FPU_EMU_INC_STATS(errors);
H A Dme-debugfs.c60 __this_cpu_write((fpuemustats).errors, 0);
216 FPU_STAT_CREATE(errors);
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile26 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
/linux-master/arch/um/drivers/
H A Dpcap_user.c20 char errors[PCAP_ERRBUF_SIZE]; local
23 pri->promisc, 0, errors);
26 "'%s'\n", errors);
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c204 /* Check errors */
223 int errors = 0; local
247 errors++;
255 fprintf((errors) ? stderr : stdout,
256 "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n",
258 (errors) ? "Failure" : "Success",
261 errors,
264 return errors ? 1 : 0;
/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/drivers/base/test/
H A Dtest_async_driver_probe.c21 static atomic_t warnings, errors, timeout, async_completed; variable
34 atomic_inc(&errors);
240 * Otherwise if they completed without errors or warnings then
247 } else if (!atomic_read(&errors) && !atomic_read(&warnings)) {
267 * errors or warnings being reported by the probe routine.
270 atomic_inc(&errors);
274 pr_err("Test failed with %d errors and %d warnings\n",
275 atomic_read(&errors), atomic_read(&warnings));
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c115 u16 errors; member in struct:jr3_pci_subdev_private
258 u16 errors; local
261 errors = get_u16(&spriv->sensor->errors);
263 (errors & (watch_dog | watch_dog2 | sensor_change))) {
432 int errors; local
436 errors = get_u16(&sensor->errors);
438 if (errors != spriv->errors)
[all...]
H A Djr3_pci.h571 * Error_count is a running count of data reception errors. If this
575 * extremely noisy environment to experience occasional errors even
594 * Warnings & errors contain the warning and error bits
600 u32 errors; /* offset 0x00f1 */ member in struct:jr3_sensor
/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/drivers/crypto/nx/
H A Dnx.c56 atomic_inc(&(nx_ctx->stats->errors));

Completed in 625 milliseconds

123456789