Home
last modified time | relevance | path

Searched refs:inval_pid (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
Dsched_getparam03.c26 static pid_t inval_pid = -1; variable
37 &inval_pid, &param, EINVAL},
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam04.c30 static pid_t inval_pid = -1; variable
41 "test invalid pid value", &inval_pid, &p, EINVAL,}, {
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid02.c67 static pid_t inval_pid = 99999; variable
82 &zero_pid, &inval_pid, EPERM}
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval03.c20 static pid_t inval_pid = -1; variable
31 { &inval_pid, &tp, EINVAL},