Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvc_screen.c54 #define CON_BUF_SIZE (IS_ENABLED(CONFIG_BASE_SMALL) ? 256 : PAGE_SIZE) macro
311 if (count > CON_BUF_SIZE) { in vcs_read_buf()
312 count = CON_BUF_SIZE; in vcs_read_buf()
327 if (count < CON_BUF_SIZE) in vcs_read_buf()
424 if (this_round > CON_BUF_SIZE) in vcs_read()
425 this_round = CON_BUF_SIZE; in vcs_read()
626 if (this_round > CON_BUF_SIZE) in vcs_write()
627 this_round = CON_BUF_SIZE; in vcs_write()