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

/linux-master/block/
H A Dioprio.c94 pgrp = task_pgrp(current);
205 pgrp = task_pgrp(current);
/linux-master/drivers/tty/
H A Dtty_jobctrl.c43 pgrp = task_pgrp(current);
109 tty->ctrl.pgrp = get_pid(task_pgrp(current));
/linux-master/fs/autofs/
H A Dautofs_i.h148 task_pgrp(current) == sbi->oz_pgrp);
/linux-master/kernel/
H A Dsys.c251 pgrp = task_pgrp(current);
317 pgrp = task_pgrp(current);
1133 if (task_pgrp(p) != pgrp)
1152 grp = task_pgrp(current);
1158 grp = task_pgrp(p);
1221 if (task_pgrp(curr) != pid)
H A Dexit.c340 if (task_pgrp(p->real_parent) != pgrp &&
353 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL);
379 struct pid *pgrp = task_pgrp(tsk);
393 if (task_pgrp(parent) != pgrp &&
H A Dfork.c2569 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current));
H A Dsignal.c1620 pid ? find_vpid(-pid) : task_pgrp(current));
/linux-master/include/linux/sched/
H A Dsignal.h684 * the result of task_pgrp/task_session even if task == current,
687 static inline struct pid *task_pgrp(struct task_struct *task) function

Completed in 163 milliseconds