Searched refs:log_buf_len (Results 1 – 3 of 3) sorted by relevance
104 #define LOG_BUF_MASK (log_buf_len-1)148 static int log_buf_len = __LOG_BUF_LEN; variable165 VMCOREINFO_SYMBOL(log_buf_len); in log_buf_kexec_setup()177 if (size > log_buf_len) { in log_buf_len_setup()188 log_buf_len = size; in log_buf_len_setup()203 printk(KERN_NOTICE "log_buf_len: %d\n", log_buf_len); in log_buf_len_setup()369 if (count > log_buf_len) in do_syslog()370 count = log_buf_len; in do_syslog()385 if (j + log_buf_len < log_end) in do_syslog()445 error = log_buf_len; in do_syslog()[all …]
184 set $end_idx = (log_end - 1) & (log_buf_len - 1)187 set $idx = (log_end - 1 - logged_chars + $i) & (log_buf_len - 1)190 ($end_idx <= $idx && $idx + 100 < log_buf_len)
21 log_buf_len=1M print-fatal-signals=1204 unusable. The "log_buf_len" parameter may be useful1284 log_buf_len=n[KMG] Sets the size of the printk ring buffer,