Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/vt/
Dvc_screen.c236 long this_round, size; in vcs_read() local
256 this_round = count; in vcs_read()
257 if (this_round > CON_BUF_SIZE) in vcs_read()
258 this_round = CON_BUF_SIZE; in vcs_read()
266 orig_count = this_round; in vcs_read()
272 while (this_round-- > 0) { in vcs_read()
289 this_round += p; in vcs_read()
290 if (this_round > CON_BUF_SIZE) { in vcs_read()
291 this_round = CON_BUF_SIZE; in vcs_read()
292 orig_count = this_round - p; in vcs_read()
[all …]