Searched refs:CON_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define CON_BUF_SIZE (IS_ENABLED(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()