Searched refs:CON_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro257 if (this_round > CON_BUF_SIZE) in vcs_read()258 this_round = CON_BUF_SIZE; in vcs_read()290 if (this_round > CON_BUF_SIZE) { in vcs_read()291 this_round = CON_BUF_SIZE; in vcs_read()310 if (this_round < CON_BUF_SIZE) in vcs_read()416 if (this_round > CON_BUF_SIZE) in vcs_write()417 this_round = CON_BUF_SIZE; in vcs_write()