Searched refs:inval_pid (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid02.c | 67 static pid_t inval_pid = 99999; variable 82 &zero_pid, &inval_pid, EPERM}
|
/external/ltp/testcases/kernel/syscalls/sched_setparam/ |
D | sched_setparam04.c | 90 static pid_t inval_pid = -1; variable 102 "test invalid pid value", &inval_pid, ¶m, EINVAL, "EINVAL"}, {
|
/external/ltp/testcases/kernel/syscalls/sched_getparam/ |
D | sched_getparam03.c | 88 static pid_t inval_pid = -1; variable 99 "test invalid pid value", &inval_pid, ¶m, EINVAL, "EINVAL"}, {
|
/external/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval03.c | 84 static pid_t inval_pid = -1; variable 93 &inval_pid, &tp, EINVAL}, {
|