.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "CHECK_UNTHROTTLE" "9" "09 October 2005" "" "" .SH NAME check_unthrottle \- allow new receive data .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void check_unthrottle (struct tty_struct * \fItty\fB); \fR .SH "ARGUMENTS" .TP \fB\fItty\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fItty\fR; tty device .PP Check whether to call the driver.unthrottle function. We test the TTY_THROTTLED bit first so that it always indicates the current state. The decision about whether it is worth allowing more input has been taken by the caller. Can sleep, may be called under the atomic_read semaphore but this is not guaranteed.