Searched refs:logged_chars (Results 1 – 1 of 1) sorted by relevance
95 static unsigned long logged_chars; /* Number of chars produced since last read+clear operation */ variable229 if (count > logged_chars) in do_syslog()230 count = logged_chars; in do_syslog()232 logged_chars = 0; in do_syslog()263 logged_chars = 0; in do_syslog()395 if (logged_chars < LOG_BUF_LEN) in emit_log_char()396 logged_chars++; in emit_log_char()