Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c269 long this_round, size; in vcs_read() local
289 this_round = count; in vcs_read()
290 if (this_round > CON_BUF_SIZE) in vcs_read()
291 this_round = CON_BUF_SIZE; in vcs_read()
299 orig_count = this_round; in vcs_read()
312 if (nr > this_round/4) in vcs_read()
313 nr = this_round/4; in vcs_read()
317 this_round -= nr * 4; in vcs_read()
321 } while (this_round); in vcs_read()
326 while (this_round-- > 0) { in vcs_read()
[all …]