Home
last modified time | relevance | path

Searched refs:CON_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dvc_screen.c72 #define CON_BUF_SIZE PAGE_SIZE macro
162 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()
Dconsole.c1843 #define CON_BUF_SIZE PAGE_SIZE macro
1888 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()