Searched refs:errcount (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | debugfs.c | 13 u16 errcount = mci->fake_inject_count; in edac_fake_inject_write() local 15 if (!errcount) in edac_fake_inject_write() 16 errcount = 1; in edac_fake_inject_write() 23 errcount, in edac_fake_inject_write() 25 errcount > 1 ? "s" : "", in edac_fake_inject_write() 30 edac_mc_handle_error(type, mci, errcount, 0, 0, 0, in edac_fake_inject_write()
|
/openbmc/linux/tools/perf/scripts/perl/ |
H A D | rw-by-pid.pl | 104 my $errcount = $reads{$pid}{errors}{$error} || 0; 105 push @errcounts, [$pid, $comm, $error, $errcount]; 144 my $errcount = $writes{$pid}{errors}{$error} || 0; 145 push @errcounts, [$pid, $comm, $error, $errcount];
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs.py | 173 errcount = 0 179 errcount += 1 184 self.msg += '%s errors found in logs.' % errcount 185 self.assertEqual(errcount, 0, msg=self.msg)
|
/openbmc/qemu/block/ |
H A D | curl.c | 347 static int errcount = 100; in curl_multi_check_completion() local 352 if (errcount > 0) { in curl_multi_check_completion() 354 if (--errcount == 0) { in curl_multi_check_completion()
|
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 100 int seen, errcount; member 1884 if (s->errcount >= 3) { in usb_host_auto_check() 1891 s->errcount++; in usb_host_auto_check() 1904 s->errcount = 0; in usb_host_auto_check()
|