Home
last modified time | relevance | path

Searched refs:task_pgrp (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/block/
Dioprio.c104 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
200 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
/linux-4.4.14/fs/autofs4/
Dautofs_i.h147 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp; in autofs4_oz_mode()
/linux-4.4.14/kernel/
Dexit.c233 if (task_pgrp(p->real_parent) != pgrp && in will_become_orphaned_pgrp()
246 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL); in is_current_pgrp_orphaned()
272 struct pid *pgrp = task_pgrp(tsk); in kill_orphaned_pgrp()
286 if (task_pgrp(parent) != pgrp && in kill_orphaned_pgrp()
Dsys.c209 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
275 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
979 if (task_pgrp(p) != pgrp) in SYSCALL_DEFINE2()
998 grp = task_pgrp(current); in SYSCALL_DEFINE1()
1004 grp = task_pgrp(p); in SYSCALL_DEFINE1()
1062 if (task_pgrp(curr) != pid) in set_special_pids()
Dfork.c1578 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
Dsignal.c1388 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/linux-4.4.14/drivers/tty/
Dtty_io.c403 pgrp = task_pgrp(current); in __tty_check_change()
537 tty->pgrp = get_pid(task_pgrp(current)); in __proc_set_tty()
/linux-4.4.14/include/linux/
Dsched.h1887 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function