Lines Matching refs:limit
78 int limit = 10000; in receive_chars_getchar() local
80 while (limit-- > 0) { in receive_chars_getchar()
121 int limit = 10000; in receive_chars_read() local
123 while (limit-- > 0) { in receive_chars_read()
269 int limit = 10000; in sunhv_send_xchar() local
276 while (limit-- > 0) { in sunhv_send_xchar()
296 int limit = 10000; in sunhv_break_ctl() local
300 while (limit-- > 0) { in sunhv_break_ctl()
448 int limit = 1000000; in sunhv_console_write_paged() local
450 while (limit--) { in sunhv_console_write_paged()
459 if (limit < 0) in sunhv_console_write_paged()
472 int limit = 1000000; in sunhv_console_putchar() local
474 while (limit-- > 0) { in sunhv_console_putchar()