Home
last modified time | relevance | path

Searched refs:line_unthrottle (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/um/include/shared/
Dline.h83 extern void line_unthrottle(struct tty_struct *tty);
/linux-2.6.39/arch/um/drivers/
Dstdio_console.c124 .unthrottle = line_unthrottle,
Dssl.c141 .unthrottle = line_unthrottle,
Dline.c326 void line_unthrottle(struct tty_struct *tty) in line_unthrottle() function