Home
last modified time | relevance | path

Searched refs:nerrs (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c50 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 Dvdso_restorer.c47 int nerrs = 0; in main() local
76 nerrs++; in main()
93 nerrs++; in main()
96 return nerrs; in main()
H A Dcheck_initial_reg_state.c56 int nerrs = 0; in main() local
88 nerrs++; in main()
95 nerrs++; in main()
100 return nerrs ? 1 : 0; in main()
H A Dtest_vsyscall.c415 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 Dptrace-syscall.c39 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 Dtest_execve.c23 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 Dtest_rslib.c221 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 Duhci-debug.c381 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 Dparse-console.sh43 nerrs=`grep --binary-files=text '!!!' $file |
63 print_bug $title FAILURE, $nerrs