Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dvc_screen.c51 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
257 if (this_round > CON_BUF_SIZE) in vcs_read()
258 this_round = CON_BUF_SIZE; in vcs_read()
290 if (this_round > CON_BUF_SIZE) { in vcs_read()
291 this_round = CON_BUF_SIZE; in vcs_read()
310 if (this_round < CON_BUF_SIZE) in vcs_read()
416 if (this_round > CON_BUF_SIZE) in vcs_write()
417 this_round = CON_BUF_SIZE; in vcs_write()