Home | History | Annotate | Download | only in setpriority

Lines Matching refs:tc

67 static void setpriority_test(struct tcase *tc)
71 if (tc->unprivil)
74 TEST(setpriority(tc->which, tc->who, tc->prio));
79 "returned %ld", tc->which, tc->who, tc->prio, desc,
84 if (TEST_ERRNO != tc->exp_errno) {
87 tc->which, tc->who, tc->prio, desc,
88 tst_strerrno(tc->exp_errno));
94 tc->which, tc->who, tc->prio, desc);
99 struct tcase *tc = &tcases[n];
101 if (tc->unprivil) {
105 setpriority_test(tc);
111 setpriority_test(tc);