.\" 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 "N_TTY_RECEIVE_OVERRUN" "9" "09 October 2005" "" "" .SH NAME n_tty_receive_overrun \- handle overrun reporting .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void n_tty_receive_overrun (struct tty_struct * \fItty\fB); \fR .SH "ARGUMENTS" .TP \fB\fItty\fB\fR terminal .SH "DESCRIPTION" .PP Data arrived faster than we could process it. While the tty driver has flagged this the bits that were missed are gone forever. .PP Called from the receive_buf path so single threaded. Does not need locking as num_overrun and overrun_time are function private.