Searched refs:CON_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
72 #define CON_BUF_SIZE PAGE_SIZE macro162 if (this_round > CON_BUF_SIZE) in vcs_read()163 this_round = CON_BUF_SIZE; in vcs_read()195 if (this_round > CON_BUF_SIZE) { in vcs_read()196 this_round = CON_BUF_SIZE; in vcs_read()215 if (this_round < CON_BUF_SIZE) in vcs_read()326 if (this_round > CON_BUF_SIZE) in vcs_write()327 this_round = CON_BUF_SIZE; in vcs_write()
1843 #define CON_BUF_SIZE PAGE_SIZE macro1888 if (count > CON_BUF_SIZE) in do_con_write()1889 count = CON_BUF_SIZE; in do_con_write()2033 if ((orig_count > CON_BUF_SIZE) && !tty->stopped) { in do_con_write()2034 orig_count -= CON_BUF_SIZE; in do_con_write()2035 orig_buf += CON_BUF_SIZE; in do_con_write()