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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h269 #define TTY_CLOSING 7 /* ->close() in progress */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c2109 if (test_bit(TTY_CLOSING, &tty->flags)) {
2385 * Set the TTY_CLOSING flag if this was the last open. In the
2387 * to close, and TTY_CLOSING makes sure we can't be reopened.
2390 set_bit(TTY_CLOSING, &tty->flags);
2392 set_bit(TTY_CLOSING, &o_tty->flags);

Completed in 55 milliseconds