taglinefilesource code
is_orphaned_pgrp682drivers/char/tty_io.cif (!is_orphaned_pgrp(tty->pgrp)) {
is_orphaned_pgrp1024drivers/char/tty_io.cif (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp1059drivers/char/tty_io.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp180drivers/char/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp372include/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) &&