Searched refs:this_round (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 403 unsigned int this_round, skip = 0; in vcs_read() local 426 this_round = count; in vcs_read() 427 if (this_round > CON_BUF_SIZE) in vcs_read() 428 this_round = CON_BUF_SIZE; in vcs_read() 436 ret = vcs_read_buf_uni(vc, con_buf, pos, this_round, in vcs_read() 441 vcs_read_buf_noattr(vc, con_buf, pos, this_round, in vcs_read() 444 this_round = vcs_read_buf(vc, con_buf, pos, this_round, in vcs_read() 456 ret = copy_to_user(buf, con_buf + skip, this_round); in vcs_read() 460 read += this_round - ret; in vcs_read() 464 buf += this_round; in vcs_read() [all …]
|