Searched refs:pid_type (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | pid.h | 9 enum pid_type enum 91 extern struct task_struct *pid_task(struct pid *pid, enum pid_type); 92 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task() 96 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type); 98 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); 103 extern void attach_pid(struct task_struct *task, enum pid_type); 104 extern void detach_pid(struct task_struct *task, enum pid_type); 105 extern void change_pid(struct task_struct *task, enum pid_type, 109 enum pid_type);
|
D | signal.h | 279 enum pid_type; 283 struct task_struct *p, enum pid_type type); 285 struct task_struct *p, enum pid_type type);
|
D | sched.h | 1557 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns); 2357 extern int sched_core_share_pid(unsigned int cmd, pid_t pid, enum pid_type type,
|
D | fs.h | 953 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member 1423 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
/include/linux/sched/ |
D | signal.h | 353 extern int send_sigqueue(struct sigqueue *, struct pid *, enum pid_type); 640 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
|