Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_buffer.c21 #define MIN_TTYB_SIZE 256 macro
157 if (size <= MIN_TTYB_SIZE) { in tty_buffer_alloc()
195 if (b->size > MIN_TTYB_SIZE) in tty_buffer_free()
594 if (limit < MIN_TTYB_SIZE) in tty_buffer_set_limit()