Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvc_screen.c287 long this_round, size; in vcs_read() local
307 this_round = count; in vcs_read()
308 if (this_round > CON_BUF_SIZE) in vcs_read()
309 this_round = CON_BUF_SIZE; in vcs_read()
317 orig_count = this_round; in vcs_read()
330 if (nr > this_round/4) in vcs_read()
331 nr = this_round/4; in vcs_read()
335 this_round -= nr * 4; in vcs_read()
339 } while (this_round); in vcs_read()
344 while (this_round-- > 0) { in vcs_read()
[all …]