Home
last modified time | relevance | path

Searched refs:total_chars_out (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/osfmk/console/
H A Dserial_console.c399 int total_chars_out = 0; in console_ring_try_empty() local
457 total_chars_out += nchars_out; in console_ring_try_empty()
476 if (!console_suspended && (total_chars_out >= MAX_TOTAL_FLUSH_SIZE)) { in console_ring_try_empty()