Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/x86/
Dsigreturn.c309 static volatile sig_atomic_t nerrs; variable
355 nerrs++; in sigtrap()
449 nerrs = 0; in test_valid_sigreturn()
487 nerrs++; in test_valid_sigreturn()
493 nerrs++; in test_valid_sigreturn()
505 nerrs++; in test_valid_sigreturn()
520 nerrs++; in test_valid_sigreturn()
524 if (nerrs == 0) in test_valid_sigreturn()
527 return nerrs; in test_valid_sigreturn()
Dentry_from_vm86.c29 static int nerrs = 0; variable
113 return (nerrs == 0 ? 0 : 1); in main()
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh52nerrs=`grep --binary-files=text '!!!' $file | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } EN…
53 print_bug $title FAILURE, $nerrs instances
/linux-4.1.27/drivers/usb/host/
Duhci-debug.c380 int nframes, nerrs; in uhci_sprint_schedule() local
412 nerrs = 0; in uhci_sprint_schedule()
442 ++nerrs; in uhci_sprint_schedule()
469 ++nerrs; in uhci_sprint_schedule()
473 if (nerrs > 0) in uhci_sprint_schedule()
474 out += sprintf(out, "Skipped %d bad links\n", nerrs); in uhci_sprint_schedule()