Searched refs:nerrs (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_correctness.c | 50 int nerrs = 0; variable 220 nerrs++; in test_getcpu() 278 nerrs++; in test_one_clock_gettime() 292 nerrs++; in test_one_clock_gettime() 303 nerrs++; in test_one_clock_gettime() 340 nerrs++; in test_one_clock_gettime64() 354 nerrs++; in test_one_clock_gettime64() 365 nerrs++; in test_one_clock_gettime64() 401 nerrs++; in test_gettimeofday() 411 nerrs++; in test_gettimeofday() [all …]
|
| /linux/tools/testing/selftests/x86/ |
| H A D | vdso_restorer.c | 47 int nerrs = 0; in main() local 76 nerrs++; in main() 93 nerrs++; in main() 96 return nerrs; in main()
|
| H A D | check_initial_reg_state.c | 56 int nerrs = 0; in main() local 88 nerrs++; in main() 95 nerrs++; in main() 100 return nerrs ? 1 : 0; in main()
|
| H A D | test_vsyscall.c | 415 int nerrs = 0; in init_vsys() local 445 nerrs++; in init_vsys() 464 ksft_test_result(!nerrs, "vsyscall map\n"); in init_vsys()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-syscall.c | 39 static int nerrs; variable 115 nerrs++; in test_ptrace_syscall_restart() 149 nerrs++; in test_ptrace_syscall_restart() 198 nerrs++; in test_ptrace_syscall_restart() 212 nerrs++; in test_ptrace_syscall_restart() 222 return nerrs; in ptrace_syscall()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 23 static int nerrs; variable 174 nerrs = 0; in fork_wait() 181 nerrs++; in fork_wait() 184 nerrs++; in fork_wait() 420 return nerrs ? 1 : 0; in do_tests() 455 return nerrs ? 1 : 0; in main()
|
| /linux/lib/reed_solomon/ |
| H A D | test_rslib.c | 221 static void fix_err(uint16_t *data, int nerrs, uint16_t *corr, int *errlocs) in fix_err() argument 225 for (i = 0; i < nerrs; i++) in fix_err() 271 int derrs, nerrs; in test_uc() local 275 nerrs = get_rcw_we(rs, ws, len, errs, eras); in test_uc() 297 if (derrs != nerrs) in test_uc()
|
| /linux/drivers/usb/host/ |
| H A D | uhci-debug.c | 381 int nframes, nerrs; in uhci_sprint_schedule() local 413 nerrs = 0; in uhci_sprint_schedule() 443 ++nerrs; in uhci_sprint_schedule() 470 ++nerrs; in uhci_sprint_schedule() 474 if (nerrs > 0) in uhci_sprint_schedule() 475 out += sprintf(out, "Skipped %d bad links\n", nerrs); in uhci_sprint_schedule()
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | parse-console.sh | 43 nerrs=`grep --binary-files=text '!!!' $file | 63 print_bug $title FAILURE, $nerrs
|