Searched refs:this_round (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvc_screen.c403 unsigned int this_round, skip = 0; local
426 this_round = count;
427 if (this_round > CON_BUF_SIZE)
428 this_round = CON_BUF_SIZE;
436 ret = vcs_read_buf_uni(vc, con_buf, pos, this_round,
441 vcs_read_buf_noattr(vc, con_buf, pos, this_round,
444 this_round = vcs_read_buf(vc, con_buf, pos, this_round,
456 ret = copy_to_user(buf, con_buf + skip, this_round);
460 read += this_round
634 unsigned int this_round = count; local
[all...]

Completed in 111 milliseconds