Home
last modified time | relevance | path

Searched refs:pid_type (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dpid.h9 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);
Dsignal.h279 enum pid_type;
283 struct task_struct *p, enum pid_type type);
285 struct task_struct *p, enum pid_type type);
Dsched.h1557 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,
Dfs.h953 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/
Dsignal.h353 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()