Lines Matching refs:limit
77 int limit = 10000; in receive_chars_getchar() local
79 while (limit-- > 0) { in receive_chars_getchar()
120 int limit = 10000; in receive_chars_read() local
122 while (limit-- > 0) { in receive_chars_read()
270 int limit = 10000; in sunhv_send_xchar() local
277 while (limit-- > 0) { in sunhv_send_xchar()
297 int limit = 10000; in sunhv_break_ctl() local
301 while (limit-- > 0) { in sunhv_break_ctl()
455 int limit = 1000000; in sunhv_console_write_paged() local
457 while (limit--) { in sunhv_console_write_paged()
466 if (limit < 0) in sunhv_console_write_paged()
479 int limit = 1000000; in sunhv_console_putchar() local
481 while (limit-- > 0) { in sunhv_console_putchar()