Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dvc_screen.c58 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
308 if (this_round > CON_BUF_SIZE) in vcs_read()
309 this_round = CON_BUF_SIZE; in vcs_read()
363 if (this_round > CON_BUF_SIZE) { in vcs_read()
364 this_round = CON_BUF_SIZE; in vcs_read()
383 if (this_round < CON_BUF_SIZE) in vcs_read()
488 if (this_round > CON_BUF_SIZE) in vcs_write()
489 this_round = CON_BUF_SIZE; in vcs_write()