Searched refs:task_pgrp (Results 1 – 9 of 9) sorted by relevance
104 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()199 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
147 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp; in autofs4_oz_mode()
233 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()
209 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()
1562 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
1439 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
405 if (task_pgrp(current) == tty->pgrp) in tty_check_change()414 kill_pgrp(task_pgrp(current), SIGTTOU, 1); in tty_check_change()526 tty->pgrp = get_pid(task_pgrp(current)); in __proc_set_tty()
2145 else if (task_pgrp(current) != tty->pgrp) { in job_control()2149 kill_pgrp(task_pgrp(current), SIGTTIN, 1); in job_control()
1783 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function