Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dprintk.c95 static unsigned long logged_chars; /* Number of chars produced since last read+clear operation */ variable
229 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()