Searched refs:release_tty (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_io.c159 static void release_tty(struct tty_struct *tty, int idx);
1443 * If we fail here just call release_tty to clean up. No need
1444 * to decrement the use counts, as release_tty doesn't care.
1460 /* call the tty release_tty routine to clean out this slot */
1467 release_tty(tty, idx);
1577 * release_tty - release tty structure memory
1589 static void release_tty(struct tty_struct *tty, int idx) function
1673 * The release_tty function takes care of the details of clearing
1678 release_tty(tty, tty->index);
1703 * The release_tty functio
[all...]

Completed in 121 milliseconds