Searched refs:inval_pid (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/ |
D | sched_getparam03.c | 26 static pid_t inval_pid = -1; variable 37 &inval_pid, ¶m, EINVAL},
|
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/ |
D | sched_setparam04.c | 30 static pid_t inval_pid = -1; variable 41 "test invalid pid value", &inval_pid, &p, EINVAL,}, {
|
/third_party/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid02.c | 67 static pid_t inval_pid = 99999; variable 82 &zero_pid, &inval_pid, EPERM}
|
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/ |
D | sched_rr_get_interval03.c | 20 static pid_t inval_pid = -1; variable 31 { &inval_pid, &tp, EINVAL},
|