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

/linux-4.1.27/block/
H A Dioprio.c104 pgrp = task_pgrp(current); SYSCALL_DEFINE3()
199 pgrp = task_pgrp(current); SYSCALL_DEFINE2()
/linux-4.1.27/fs/autofs4/
H A Dautofs_i.h147 return sbi->catatonic || task_pgrp(current) == sbi->oz_pgrp; autofs4_oz_mode()
/linux-4.1.27/kernel/
H A Dsys.c209 pgrp = task_pgrp(current); do_each_pid_thread()
275 pgrp = task_pgrp(current); do_each_pid_thread()
979 if (task_pgrp(p) != pgrp) SYSCALL_DEFINE2()
998 grp = task_pgrp(current); SYSCALL_DEFINE1()
1004 grp = task_pgrp(p); SYSCALL_DEFINE1()
1062 if (task_pgrp(curr) != pid) set_special_pids()
H A Dexit.c233 if (task_pgrp(p->real_parent) != pgrp && do_each_pid_task()
246 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL); is_current_pgrp_orphaned()
272 struct pid *pgrp = task_pgrp(tsk); kill_orphaned_pgrp()
286 if (task_pgrp(parent) != pgrp && kill_orphaned_pgrp()
H A Dfork.c1562 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); copy_process()
H A Dsignal.c1439 pid ? find_vpid(-pid) : task_pgrp(current)); kill_something_info()
/linux-4.1.27/drivers/tty/
H A Dn_tty.c2145 else if (task_pgrp(current) != tty->pgrp) { job_control()
2149 kill_pgrp(task_pgrp(current), SIGTTIN, 1); job_control()
H A Dtty_io.c405 if (task_pgrp(current) == tty->pgrp) tty_check_change()
414 kill_pgrp(task_pgrp(current), SIGTTOU, 1); tty_check_change()
526 tty->pgrp = get_pid(task_pgrp(current)); __proc_set_tty()
/linux-4.1.27/include/linux/
H A Dsched.h1780 * the result of task_pgrp/task_session even if task == current,
1783 static inline struct pid *task_pgrp(struct task_struct *task) task_pgrp() function

Completed in 415 milliseconds