Searched refs:pid_type (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | pid.h | 6 enum pid_type enum 85 extern struct task_struct *pid_task(struct pid *pid, enum pid_type); 86 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type); 88 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); 93 extern void attach_pid(struct task_struct *task, enum pid_type); 94 extern void detach_pid(struct task_struct *task, enum pid_type); 95 extern void change_pid(struct task_struct *task, enum pid_type, 98 enum pid_type);
|
D | fs.h | 764 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member 1157 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
D | sched.h | 1872 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
|