Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/vt/
A Dvc_screen.c54 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro
312 if (count > CON_BUF_SIZE) { in vcs_read_buf()
313 count = CON_BUF_SIZE; in vcs_read_buf()
328 if (count < CON_BUF_SIZE) in vcs_read_buf()
427 if (this_round > CON_BUF_SIZE) in vcs_read()
428 this_round = CON_BUF_SIZE; in vcs_read()
636 if (this_round > CON_BUF_SIZE) in vcs_write()
637 this_round = CON_BUF_SIZE; in vcs_write()

Completed in 4 milliseconds