Searched refs:task_pgrp (Results 1 – 5 of 5) sorted by relevance
90 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()201 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
370 if (task_pgrp(p->real_parent) != pgrp && in will_become_orphaned_pgrp()383 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL); in is_current_pgrp_orphaned()409 struct pid *pgrp = task_pgrp(tsk); in kill_orphaned_pgrp()423 if (task_pgrp(parent) != pgrp && in kill_orphaned_pgrp()
2518 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
1629 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
687 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function