Home
last modified time | relevance | path

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

/linux/block/
H A Dioprio.c90 pgrp = task_pgrp(current); in SYSCALL_DEFINE3()
201 pgrp = task_pgrp(current); in SYSCALL_DEFINE2()
/linux/kernel/
H A Dexit.c370 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()
H A Dfork.c2518 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process()
H A Dsignal.c1629 pid ? find_vpid(-pid) : task_pgrp(current)); in kill_something_info()
/linux/include/linux/sched/
H A Dsignal.h687 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp() function