N_TTY_RECEIVE_OVERRUN

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

n_tty_receive_overrun - handle overrun reporting  

SYNOPSIS

"SYNOPSIS"

void n_tty_receive_overrun (struct tty_struct * tty);  

ARGUMENTS

tty
terminal
 

DESCRIPTION

Data arrived faster than we could process it. While the tty driver has flagged this the bits that were missed are gone forever.

Called from the receive_buf path so single threaded. Does not need locking as num_overrun and overrun_time are function private.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:31 GMT, October 09, 2005