Searched refs:CON_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define CON_BUF_SIZE (CONFIG_BASE_SMALL ? 256 : PAGE_SIZE) macro272 if (this_round > CON_BUF_SIZE) in vcs_read()273 this_round = CON_BUF_SIZE; in vcs_read()305 if (this_round > CON_BUF_SIZE) { in vcs_read()306 this_round = CON_BUF_SIZE; in vcs_read()325 if (this_round < CON_BUF_SIZE) in vcs_read()431 if (this_round > CON_BUF_SIZE) in vcs_write()432 this_round = CON_BUF_SIZE; in vcs_write()