Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/vt/
Dvc_screen.c54 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
312 if (count > CON_BUF_SIZE) { in vcs_read_buf()
313 count = CON_BUF_SIZE; in vcs_read_buf()
328 if (count < CON_BUF_SIZE) in vcs_read_buf()
428 if (this_round > CON_BUF_SIZE) in vcs_read()
429 this_round = CON_BUF_SIZE; in vcs_read()
637 if (this_round > CON_BUF_SIZE) in vcs_write()
638 this_round = CON_BUF_SIZE; in vcs_write()