Home
last modified time | relevance | path

Searched defs:pid_t (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c934 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() argument
949 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument
960 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
995 SYSCALL_DEFINE1(sched_getscheduler, pid_t, pid) in SYSCALL_DEFINE1() argument
1025 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument
1060 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
1262 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument
1307 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument
1555 SYSCALL_DEFINE2(sched_rr_get_interval, pid_t, pid, in SYSCALL_DEFINE2() argument
1568 SYSCALL_DEFINE2(sched_rr_get_interval_time32, pid_t, pid, in SYSCALL_DEFINE2() argument
/linux/tools/include/nolibc/
H A Dstd.h25 typedef signed int pid_t; typedef
/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h63 typedef int pid_t; typedef
H A Dstrobemeta.h15 typedef uint32_t pid_t; typedef
/linux/include/linux/
H A Dtypes.h26 typedef __kernel_pid_t pid_t; typedef
/linux/kernel/
H A Dpid.c697 SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags) in SYSCALL_DEFINE2() argument
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h22 typedef int pid_t; typedef
/linux/kernel/events/
H A Dcore.c13917 pid_t, pid, int, cpu, int, group_fd, unsigned long, flags) in SYSCALL_DEFINE5() argument