taglinefilesource code
is_orphaned_pgrp345include/linux/tty.hextern int is_orphaned_pgrp(int pgrp);
is_orphaned_pgrp643kernel/chr_drv/tty_io.cif (!is_orphaned_pgrp(tty->pgrp)) {
is_orphaned_pgrp938kernel/chr_drv/tty_io.cif (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp973kernel/chr_drv/tty_io.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp145kernel/chr_drv/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp363kernel/exit.cis_orphaned_pgrp(current->pgrp) &&
is_orphaned_pgrp400kernel/exit.cis_orphaned_pgrp(p->pgrp) &&