this_round        287 drivers/tty/vt/vc_screen.c 		long this_round, size;
this_round        307 drivers/tty/vt/vc_screen.c 		this_round = count;
this_round        308 drivers/tty/vt/vc_screen.c 		if (this_round > CON_BUF_SIZE)
this_round        309 drivers/tty/vt/vc_screen.c 			this_round = CON_BUF_SIZE;
this_round        317 drivers/tty/vt/vc_screen.c 		orig_count = this_round;
this_round        330 drivers/tty/vt/vc_screen.c 				if (nr > this_round/4)
this_round        331 drivers/tty/vt/vc_screen.c 					nr = this_round/4;
this_round        335 drivers/tty/vt/vc_screen.c 				this_round -= nr * 4;
this_round        339 drivers/tty/vt/vc_screen.c 			} while (this_round);
this_round        344 drivers/tty/vt/vc_screen.c 			while (this_round-- > 0) {
this_round        362 drivers/tty/vt/vc_screen.c 				this_round += p;
this_round        363 drivers/tty/vt/vc_screen.c 				if (this_round > CON_BUF_SIZE) {
this_round        364 drivers/tty/vt/vc_screen.c 					this_round = CON_BUF_SIZE;
this_round        365 drivers/tty/vt/vc_screen.c 					orig_count = this_round - p;
this_round        369 drivers/tty/vt/vc_screen.c 				if (tmp_count > this_round)
this_round        370 drivers/tty/vt/vc_screen.c 					tmp_count = this_round;
this_round        373 drivers/tty/vt/vc_screen.c 				this_round -= tmp_count;
this_round        383 drivers/tty/vt/vc_screen.c 				if (this_round < CON_BUF_SIZE)
this_round        384 drivers/tty/vt/vc_screen.c 					this_round++;
this_round        388 drivers/tty/vt/vc_screen.c 			if (this_round > 0) {
this_round        402 drivers/tty/vt/vc_screen.c 				this_round = (this_round + 1) >> 1;
this_round        404 drivers/tty/vt/vc_screen.c 				while (this_round) {
this_round        406 drivers/tty/vt/vc_screen.c 					this_round --;
this_round        487 drivers/tty/vt/vc_screen.c 		long this_round = count;
this_round        491 drivers/tty/vt/vc_screen.c 		if (this_round > CON_BUF_SIZE)
this_round        492 drivers/tty/vt/vc_screen.c 			this_round = CON_BUF_SIZE;
this_round        498 drivers/tty/vt/vc_screen.c 		ret = copy_from_user(con_buf, buf, this_round);
this_round        502 drivers/tty/vt/vc_screen.c 			this_round -= ret;
this_round        503 drivers/tty/vt/vc_screen.c 			if (!this_round) {
this_round        527 drivers/tty/vt/vc_screen.c 		if (this_round > size - pos)
this_round        528 drivers/tty/vt/vc_screen.c 			this_round = size - pos;
this_round        535 drivers/tty/vt/vc_screen.c 		orig_count = this_round;
this_round        543 drivers/tty/vt/vc_screen.c 			while (this_round > 0) {
this_round        546 drivers/tty/vt/vc_screen.c 				this_round--;
this_round        561 drivers/tty/vt/vc_screen.c 				while (p < HEADER_SIZE && this_round > 0) {
this_round        562 drivers/tty/vt/vc_screen.c 					this_round--;
this_round        570 drivers/tty/vt/vc_screen.c 			if (this_round > 0) {
this_round        572 drivers/tty/vt/vc_screen.c 				if ((p & 1) && this_round > 0) {
this_round        575 drivers/tty/vt/vc_screen.c 					this_round--;
this_round        594 drivers/tty/vt/vc_screen.c 			while (this_round > 1) {
this_round        600 drivers/tty/vt/vc_screen.c 				this_round -= 2;
this_round        607 drivers/tty/vt/vc_screen.c 			if (this_round > 0) {