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

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

Completed in 74 milliseconds