Lines Matching defs:release_tty
158 static void release_tty(struct tty_struct *tty, int idx);
1446 * If we fail here just call release_tty to clean up. No need
1447 * to decrement the use counts, as release_tty doesn't care.
1463 /* call the tty release_tty routine to clean out this slot */
1470 release_tty(tty, idx);
1581 * release_tty - release tty structure memory
1592 static void release_tty(struct tty_struct *tty, int idx)
1676 * The release_tty function takes care of the details of clearing
1681 release_tty(tty, tty->index);
1706 * The release_tty function takes care of the details of clearing
1710 release_tty(tty, idx);