Lines Matching refs:pid_t
1394 pid_t pid;
1395 pid_t tgid;
1741 extern pid_t task_numa_group_id(struct task_struct *p);
1751 static inline pid_t task_numa_group_id(struct task_struct *p) in task_numa_group_id()
1808 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
1811 static inline pid_t task_pid_nr(struct task_struct *tsk) in task_pid_nr()
1816 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, in task_pid_nr_ns()
1822 static inline pid_t task_pid_vnr(struct task_struct *tsk) in task_pid_vnr()
1828 static inline pid_t task_tgid_nr(struct task_struct *tsk) in task_tgid_nr()
1833 pid_t task_tgid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns);
1835 static inline pid_t task_tgid_vnr(struct task_struct *tsk) in task_tgid_vnr()
1842 static inline pid_t task_ppid_nr_ns(const struct task_struct *tsk, struct pid_namespace *ns) in task_ppid_nr_ns()
1844 pid_t pid = 0; in task_ppid_nr_ns()
1854 static inline pid_t task_ppid_nr(const struct task_struct *tsk) in task_ppid_nr()
1859 static inline pid_t task_pgrp_nr_ns(struct task_struct *tsk, in task_pgrp_nr_ns()
1865 static inline pid_t task_pgrp_vnr(struct task_struct *tsk) in task_pgrp_vnr()
1871 static inline pid_t task_session_nr_ns(struct task_struct *tsk, in task_session_nr_ns()
1877 static inline pid_t task_session_vnr(struct task_struct *tsk) in task_session_vnr()
1883 static inline pid_t task_pgrp_nr(struct task_struct *tsk) in task_pgrp_nr()
2339 extern struct task_struct *find_task_by_vpid(pid_t nr);
2340 extern struct task_struct *find_task_by_pid_ns(pid_t nr,
2399 extern int kill_proc_info(int, struct siginfo *, pid_t);
2515 extern pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
3015 extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
3016 extern long sched_getaffinity(pid_t pid, struct cpumask *mask);