Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_buffer.c22 #define MIN_TTYB_SIZE 256 macro
163 if (size <= MIN_TTYB_SIZE) { in tty_buffer_alloc()
202 if (b->size > MIN_TTYB_SIZE) in tty_buffer_free()
619 if (limit < MIN_TTYB_SIZE) in tty_buffer_set_limit()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_buffer.c23 #define MIN_TTYB_SIZE 256 macro
167 if (size <= MIN_TTYB_SIZE) { in tty_buffer_alloc()
205 if (b->size > MIN_TTYB_SIZE) in tty_buffer_free()
602 if (limit < MIN_TTYB_SIZE) in tty_buffer_set_limit()

Completed in 4 milliseconds