Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c318 #define SERIAL_RX_SIZE 128 macro
319 #define SERIAL_RX_MASK(_i) ((_i)&(SERIAL_RX_SIZE-1))
320 static char serial_rx_ring[SERIAL_RX_SIZE];
415 if ( (serial_rx_prod-serial_rx_cons) != SERIAL_RX_SIZE ) in __serial_rx()
575 if ( (idx + len) > SERIAL_RX_SIZE ) in do_console_io()
576 len = SERIAL_RX_SIZE - idx; in do_console_io()

Completed in 4 milliseconds