Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_console.c62 #define N_INBUF 16 macro
582 char buf[N_INBUF] __ALIGNED__; in hvc_poll()
617 int count = tty_buffer_request_room(tty, N_INBUF); in hvc_poll()