Searched refs:CON_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
58 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro290 if (this_round > CON_BUF_SIZE) in vcs_read()291 this_round = CON_BUF_SIZE; in vcs_read()344 if (this_round > CON_BUF_SIZE) { in vcs_read()345 this_round = CON_BUF_SIZE; in vcs_read()364 if (this_round < CON_BUF_SIZE) in vcs_read()469 if (this_round > CON_BUF_SIZE) in vcs_write()470 this_round = CON_BUF_SIZE; in vcs_write()