Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/console/
H A Dserial_console.c111 #define MAX_TOTAL_FLUSH_SIZE (MAX(2, MAX_CPUS) * CPU_CONS_BUF_SIZE) macro
476 if (!console_suspended && (total_chars_out >= MAX_TOTAL_FLUSH_SIZE)) { in console_ring_try_empty()