.\" 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 "TTY_FLIP_BUFFER_PUSH" "9" "09 October 2005" "" ""
.SH NAME
tty_flip_buffer_push \- terminal
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void tty_flip_buffer_push (struct tty_struct * \fItty\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItty\fB\fR
tty to push
.SH "DESCRIPTION"
.PP
Queue a push of the terminal flip buffers to the line discipline. This
function must not be called from IRQ context if tty->low_latency is set.
.PP
In the event of the queue being busy for flipping the work will be
held off and retried later.