Home
last modified time | relevance | path

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

/linux/block/
A Dioprio.c125 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
220 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
/linux/drivers/tty/
A Dtty_jobctrl.c43 pgrp = task_pgrp(current); in __tty_check_change()
109 tty->ctrl.pgrp = get_pid(task_pgrp(current)); in __proc_set_tty()
/linux/fs/autofs/
A Dautofs_i.h148 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
/linux/kernel/
A Dexit.c281 if (task_pgrp(p->real_parent) != pgrp && in will_become_orphaned_pgrp()
294 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL); in is_current_pgrp_orphaned()
320 struct pid *pgrp = task_pgrp(tsk); in kill_orphaned_pgrp()
334 if (task_pgrp(parent) != pgrp && in kill_orphaned_pgrp()
A Dsys.c237 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
303 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
1099 if (task_pgrp(p) != pgrp) in SYSCALL_DEFINE2()
1118 grp = task_pgrp(current); in do_getpgid()
1124 grp = task_pgrp(p); in do_getpgid()
1187 if (task_pgrp(curr) != pid) in set_special_pids()
A Dfork.c2364 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
A Dsignal.c1598 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/linux/include/linux/sched/
A Dsignal.h667 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function

Completed in 28 milliseconds