tag | line | file | source code |
---|---|---|---|
is_orphaned_pgrp | 409 | drivers/char/n_tty.c | if (!is_orphaned_pgrp(tty->pgrp)) |
is_orphaned_pgrp | 763 | drivers/char/n_tty.c | is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 247 | drivers/char/tty_io.c | if (is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 654 | drivers/char/tty_io.c | if (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 689 | drivers/char/tty_io.c | if (is_orphaned_pgrp(current->pgrp)) |
is_orphaned_pgrp | 288 | include/linux/tty.h | extern int is_orphaned_pgrp(int pgrp); |
is_orphaned_pgrp | 435 | kernel/exit.c | is_orphaned_pgrp(current->pgrp) && |
is_orphaned_pgrp | 472 | kernel/exit.c | is_orphaned_pgrp(p->pgrp) && |