Searched refs:pid_type (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | pid.h | 6 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);
|
D | fs.h | 811 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */ member 1246 extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
|
D | sched.h | 1912 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type,
|
/linux-4.4.14/kernel/ |
D | pid.c | 300 enum pid_type type; in alloc_pid() 389 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 395 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 415 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 420 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 429 enum pid_type type) in transfer_pid() 435 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 464 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 476 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() 520 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
|
D | exit.c | 895 enum pid_type wo_type; 908 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type() 1536 enum pid_type type; in SYSCALL_DEFINE5() 1604 enum pid_type type; in SYSCALL_DEFINE4()
|
D | fork.c | 1230 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() 1667 enum pid_type type; in init_idle_pids()
|
/linux-4.4.14/fs/ |
D | fcntl.c | 83 static void f_modown(struct file *filp, struct pid *pid, enum pid_type type, in f_modown() 90 filp->f_owner.pid_type = type; in f_modown() 101 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown() 111 enum pid_type type; in f_setown() 136 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown() 190 switch (filp->f_owner.pid_type) { in f_getown_ex() 493 enum pid_type type; in send_sigio() 499 type = fown->pid_type; in send_sigio() 528 enum pid_type type; in send_sigurg() 535 type = fown->pid_type; in send_sigurg()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2229 enum pid_type type; in __tty_fasync()
|