Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvc_screen.c51 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
272 if (this_round > CON_BUF_SIZE) in vcs_read()
273 this_round = CON_BUF_SIZE; in vcs_read()
305 if (this_round > CON_BUF_SIZE) { in vcs_read()
306 this_round = CON_BUF_SIZE; in vcs_read()
325 if (this_round < CON_BUF_SIZE) in vcs_read()
431 if (this_round > CON_BUF_SIZE) in vcs_write()
432 this_round = CON_BUF_SIZE; in vcs_write()