Searched refs:pid_type (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pid.h | 7 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);
|
D | signal.h | 257 enum pid_type; 261 struct task_struct *p, enum pid_type type); 263 struct task_struct *p, enum pid_type type);
|
D | fs.h | 854 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member 1289 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
D | sched.h | 1228 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
|
/Linux-v4.19/kernel/ |
D | pid.c | 162 enum pid_type type; in alloc_pid() 268 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr() 278 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 284 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 303 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 308 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 317 enum pid_type type) in transfer_pid() 324 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 366 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 376 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() [all …]
|
D | exit.c | 994 enum pid_type wo_type; 1549 enum pid_type type; in kernel_waitid() 1629 enum pid_type type; in kernel_wait4()
|
D | signal.c | 924 static void complete_signal(int sig, struct task_struct *p, enum pid_type type) in complete_signal() 1027 enum pid_type type, int from_ancestor_ns) in __send_signal() 1147 enum pid_type type) in send_signal() 1205 enum pid_type type) in do_send_sig_info() 1319 enum pid_type type) in group_send_sig_info() 1708 int send_sigqueue(struct sigqueue *q, struct pid *pid, enum pid_type type) in send_sigqueue()
|
D | fork.c | 1589 enum pid_type type; in init_task_pid_links() 1597 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() 2108 enum pid_type type; in init_idle_pids()
|
/Linux-v4.19/fs/ |
D | fcntl.c | 87 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() 786 type = fown->pid_type; in send_sigio() 809 struct fown_struct *fown, enum pid_type type) in send_sigurg_to_task() [all …]
|
/Linux-v4.19/include/linux/sched/ |
D | signal.h | 341 extern int send_sigqueue(struct sigqueue *, struct pid *, enum pid_type); 572 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
|
/Linux-v4.19/kernel/time/ |
D | posix-timers.c | 336 enum pid_type type; in posix_timer_event()
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_sf.c | 617 u32 pid, enum pid_type type) in cpumsf_pid_type()
|
/Linux-v4.19/drivers/tty/ |
D | tty_io.c | 2112 enum pid_type type; in __tty_fasync()
|
/Linux-v4.19/kernel/events/ |
D | core.c | 1319 enum pid_type type) in perf_event_pid_type()
|