Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c58 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
290 if (this_round > CON_BUF_SIZE) in vcs_read()
291 this_round = CON_BUF_SIZE; in vcs_read()
344 if (this_round > CON_BUF_SIZE) { in vcs_read()
345 this_round = CON_BUF_SIZE; in vcs_read()
364 if (this_round < CON_BUF_SIZE) in vcs_read()
469 if (this_round > CON_BUF_SIZE) in vcs_write()
470 this_round = CON_BUF_SIZE; in vcs_write()