tag | line | file | source code |
---|---|---|---|
is_orphaned_pgrp | 410 | drivers/char/n_tty.c | if (!is_orphaned_pgrp(tty->pgrp)) |
is_orphaned_pgrp | 760 | drivers/char/n_tty.c | is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 284 | drivers/char/tty_io.c | if (is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 700 | drivers/char/tty_io.c | if (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 735 | drivers/char/tty_io.c | if (is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 296 | include/linux/tty.h | extern int is_orphaned_pgrp(int pgrp); |
is_orphaned_pgrp | 421 | kernel/exit.c | is_orphaned_pgrp(current->pgrp) && |
is_orphaned_pgrp | 458 | kernel/exit.c | is_orphaned_pgrp(p->pgrp) && |