Lines Matching refs:which
32 int which;
41 static int sys_setitimer(int which, void *new_value, void *old_value)
43 return tst_syscall(__NR_setitimer, which, new_value, old_value);
66 tst_res(TINFO, "tc->which = %s", tc->des);
68 if (tc->which == ITIMER_REAL) {
81 TST_EXP_PASS(sys_setitimer(tc->which, value, NULL));
84 TST_EXP_PASS(sys_setitimer(tc->which, value, ovalue));
97 margin = tc->which == ITIMER_REAL ? 0 : time_step;
114 TST_EXP_PASS(sys_setitimer(tc->which, value, NULL));
132 if (tc->which == ITIMER_REAL) {