Lines Matching defs:child_num
34 static void test1(int child_num)
47 tst_res(TPASS, "[%d] create dirs that already exist", child_num);
54 static void test2(int child_num)
67 tst_res(TPASS, "[%d] remove dirs that do not exist", child_num);
74 static void test3(int child_num)
81 sprintf(tmpdir, DIR_NAME_GROUP, j, child_num / NCHILD);
87 sprintf(tmpdir, DIR_NAME_GROUP, j, child_num / NCHILD);
93 tst_res(TPASS, "[%d] create/remove dirs", child_num);
99 int child_num = (long)arg;
101 tests[child_num % NCHILD](child_num);