Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/vt/
A Dvc_screen.c426 this_round = count; in vcs_read()
444 this_round = vcs_read_buf(vc, con_buf, pos, this_round, in vcs_read()
464 buf += this_round; in vcs_read()
465 pos += this_round; in vcs_read()
466 read += this_round; in vcs_read()
467 count -= this_round; in vcs_read()
647 this_round -= ret; in vcs_write()
648 if (!this_round) { in vcs_write()
686 count -= this_round; in vcs_write()
688 buf += this_round; in vcs_write()
[all …]

Completed in 4 milliseconds