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) macro311 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()