Searched refs:inval_pid (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/ |
H A 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/ |
H A 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/sched_rr_get_interval/ |
H A D | sched_rr_get_interval03.c | 20 static pid_t inval_pid = -1; variable 31 { &inval_pid, &tp, EINVAL},
|
Completed in 2 milliseconds