Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dioprio.c90 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
201 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
/linux-6.15/drivers/tty/
H 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-6.15/fs/autofs/
H A Dautofs_i.h152 task_pgrp(current) == sbi->oz_pgrp); in autofs_oz_mode()
/linux-6.15/kernel/
H A Dexit.c356 if (task_pgrp(p->real_parent) != pgrp && in will_become_orphaned_pgrp()
369 retval = will_become_orphaned_pgrp(task_pgrp(current), NULL); in is_current_pgrp_orphaned()
395 struct pid *pgrp = task_pgrp(tsk); in kill_orphaned_pgrp()
409 if (task_pgrp(parent) != pgrp && in kill_orphaned_pgrp()
H A Dsys.c262 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
328 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
1145 if (task_pgrp(p) != pgrp) in SYSCALL_DEFINE2()
1165 grp = task_pgrp(current); in do_getpgid()
1171 grp = task_pgrp(p); in do_getpgid()
1234 if (task_pgrp(curr) != pid) in set_special_pids()
H A Dfork.c2614 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
H A Dsignal.c1586 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/linux-6.15/include/linux/sched/
H A Dsignal.h685 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function