Lines Matching defs:do_test
91 int do_test(struct flock *, pid_t);
285 int do_test(struct flock *lock, pid_t pid)
543 if (do_test(&lock1, child_pid1)) {
544 tst_resm(TINFO, "do_test failed child 1");
557 if (do_test(&lock2, child_pid2)) {
558 tst_resm(TINFO, "do_test failed child 2");
571 if (do_test(&lock3, child_pid3)) {
572 tst_resm(TINFO, "do_test failed child 3");
613 do_test(&lock2, child_pid2);
614 do_test(&lock3, child_pid3);