Searched refs:this_round (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | vc_screen.c | 400 unsigned int this_round, skip = 0; in vcs_read() local 423 this_round = count; in vcs_read() 424 if (this_round > CON_BUF_SIZE) in vcs_read() 425 this_round = CON_BUF_SIZE; in vcs_read() 433 ret = vcs_read_buf_uni(vc, con_buf, pos, this_round, in vcs_read() 438 vcs_read_buf_noattr(vc, con_buf, pos, this_round, in vcs_read() 441 this_round = vcs_read_buf(vc, con_buf, pos, this_round, in vcs_read() 453 ret = copy_to_user(buf, con_buf + skip, this_round); in vcs_read() 457 read += this_round - ret; in vcs_read() 461 buf += this_round; in vcs_read() [all …]
|