Searched refs:errcount (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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];
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs.py | 378 errcount = 0 383 errcount += 1 388 self.msg += '%s errors found in logs.' % errcount 389 self.assertEqual(errcount, 0, msg=self.msg)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0002-meson.build-make-TLS-ELF-optional.patch | 18 self.assertEqual(errcount, 0, msg=self.msg)
|