Searched defs:pid_type (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dpid.h6 enum pid_type enum
83 extern struct task_struct *pid_task(struct pid *pid, enum pid_type);
84 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type);
86 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
91 extern void attach_pid(struct task_struct *task, enum pid_type);
92 extern void detach_pid(struct task_struct *task, enum pid_type);
93 extern void change_pid(struct task_struct *task, enum pid_type,
96 enum pid_type);
H A Dfs.h758 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member in struct:fown_struct
1152 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);

Completed in 83 milliseconds