Lines Matching refs:log_first_idx
233 static u32 log_first_idx; variable
326 if (log_next_idx > log_first_idx) in log_store()
327 free = max(log_buf_len - log_next_idx, log_first_idx); in log_store()
329 free = log_first_idx - log_next_idx; in log_store()
335 log_first_idx = log_next(log_first_idx); in log_store()
517 user->idx = log_first_idx; in devkmsg_read()
618 user->idx = log_first_idx; in devkmsg_llseek()
686 user->idx = log_first_idx; in devkmsg_open()
728 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_kexec_setup()
991 syslog_idx = log_first_idx; in syslog_print()
1056 clear_idx = log_first_idx; in syslog_print_all()
1117 idx = log_first_idx; in syslog_print_all()
1222 syslog_idx = log_first_idx; in do_syslog()
1721 static u32 log_first_idx; variable
2070 console_idx = log_first_idx; in console_unlock()
2687 dumper->cur_idx = log_first_idx; in kmsg_dump_get_line_nolock()
2775 dumper->cur_idx = log_first_idx; in kmsg_dump_get_buffer()