taglinefilesource code
is_orphaned_pgrp283include/linux/tty.hextern int is_orphaned_pgrp(int pgrp);
is_orphaned_pgrp456kernel/chr_drv/tty_io.cif (!is_orphaned_pgrp(tty->pgrp))
is_orphaned_pgrp740kernel/chr_drv/tty_io.cif (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp772kernel/chr_drv/tty_io.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp127kernel/chr_drv/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp178kernel/chr_drv/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp359kernel/exit.cis_orphaned_pgrp(current->pgrp) &&
is_orphaned_pgrp396kernel/exit.cis_orphaned_pgrp(p->pgrp) &&