Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpid.h7 enum pid_type enum
77 extern struct task_struct *pid_task(struct pid *pid, enum pid_type);
78 extern struct task_struct *get_pid_task(struct pid *pid, enum pid_type);
80 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type);
85 extern void attach_pid(struct task_struct *task, enum pid_type);
86 extern void detach_pid(struct task_struct *task, enum pid_type);
87 extern void change_pid(struct task_struct *task, enum pid_type,
90 enum pid_type);
Dsignal.h257 enum pid_type;
261 struct task_struct *p, enum pid_type type);
263 struct task_struct *p, enum pid_type type);
Dfs.h864 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member
1301 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
Dsched.h1243 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
/linux-4.19.296/fs/
Dfcntl.c87 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown()
94 filp->f_owner.pid_type = type; in f_modown()
105 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
115 enum pid_type type; in f_setown()
154 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown()
208 switch (filp->f_owner.pid_type) { in f_getown_ex()
726 int fd, int reason, enum pid_type type) in send_sigio_to_task()
781 enum pid_type type; in send_sigio()
787 type = fown->pid_type; in send_sigio()
810 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task()
[all …]
/linux-4.19.296/include/linux/sched/
Dsignal.h341 extern int send_sigqueue(struct sigqueue *, struct pid *, enum pid_type);
590 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()