Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dprintk.c149 static unsigned logged_chars; /* Number of chars produced since last read+clear operation */ variable
166 VMCOREINFO_SYMBOL(logged_chars); in log_buf_kexec_setup()
372 if (count > logged_chars) in do_syslog()
373 count = logged_chars; in do_syslog()
375 logged_chars = 0; in do_syslog()
412 logged_chars = 0; in do_syslog()
471 (logged_chars < log_buf_len ? logged_chars : log_buf_len); in kdb_syslog_data()
641 if (logged_chars < log_buf_len) in emit_log_char()
642 logged_chars++; in emit_log_char()
1687 chars = logged_chars; in kmsg_dump()
/linux-2.6.39/Documentation/kdump/
Dgdbmacros.txt186 while ($i < logged_chars)
187 set $idx = (log_end - 1 - logged_chars + $i) & (log_buf_len - 1)