Home
last modified time | relevance | path

Searched refs:zero_pid (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam04.c31 static pid_t zero_pid; variable
42 "test with invalid address for p", &zero_pid, NULL, EINVAL}, {
43 "test with invalid p.sched_priority", &zero_pid, &p1, EINVAL}
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
Dsched_setscheduler03.c30 static pid_t zero_pid; variable
42 .pid = &zero_pid,
47 .pid = &zero_pid,
53 .pid = &zero_pid,
Dsched_setscheduler01.c39 static pid_t zero_pid; variable
54 {&zero_pid, SCHED_OTHER, &p1, EINVAL}
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/
Dsched_getparam03.c25 static pid_t zero_pid; variable
39 &zero_pid, NULL, EINVAL},
/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace03.c23 static pid_t zero_pid; variable
34 {PTRACE_TRACEME, &zero_pid, EPERM,
/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid02.c65 static pid_t zero_pid; variable
82 &zero_pid, &inval_pid, EPERM}
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval03.c21 static pid_t zero_pid; variable
33 { &zero_pid, NULL, EFAULT}