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()
274 int limit = 10000; in sunhv_send_xchar() local
281 while (limit-- > 0) { in sunhv_send_xchar()
301 int limit = 10000; in sunhv_break_ctl() local
305 while (limit-- > 0) { in sunhv_break_ctl()
459 int limit = 1000000; in sunhv_console_write_paged() local
461 while (limit--) { in sunhv_console_write_paged()
470 if (limit < 0) in sunhv_console_write_paged()
483 int limit = 1000000; in sunhv_console_putchar() local
485 while (limit-- > 0) { in sunhv_console_putchar()