Searched refs:MIN_TTYB_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_buffer.c24 #define MIN_TTYB_SIZE 256 macro
167 if (size <= MIN_TTYB_SIZE) {
205 if (b->size > MIN_TTYB_SIZE)
602 if (limit < MIN_TTYB_SIZE)

Completed in 115 milliseconds