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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvc_screen.c141 long this_round, size; local
155 this_round = count;
156 if (this_round > CON_BUF_SIZE)
157 this_round = CON_BUF_SIZE;
165 orig_count = this_round;
171 while (this_round-- > 0) {
188 this_round += p;
189 if (this_round > CON_BUF_SIZE) {
190 this_round = CON_BUF_SIZE;
191 orig_count = this_round
317 long this_round = count; local
[all...]

Completed in 43 milliseconds