Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/hvc/
Dhvc_console.c50 #define N_INBUF 16 macro
636 char buf[N_INBUF] __ALIGNED__; in __hvc_poll()
677 count = tty_buffer_request_room(&hp->port, N_INBUF); in __hvc_poll()