taglinefilesource code
is_orphaned_pgrp670drivers/char/tty_io.cif (!is_orphaned_pgrp(tty->pgrp)) {
is_orphaned_pgrp1012drivers/char/tty_io.cif (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp1047drivers/char/tty_io.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp179drivers/char/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp369include/linux/tty.hextern int is_orphaned_pgrp(int pgrp);
is_orphaned_pgrp412kernel/exit.cis_orphaned_pgrp(current->pgrp) &&
is_orphaned_pgrp449kernel/exit.cis_orphaned_pgrp(p->pgrp) &&