Lines Matching refs:log_first_idx
242 static u32 log_first_idx; variable
340 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
341 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
343 free = log_first_idx - log_next_idx; in logbuf_has_space()
358 log_first_idx = log_next(log_first_idx); in log_make_free_space()
604 user->idx = log_first_idx; in devkmsg_read()
705 user->idx = log_first_idx; in devkmsg_llseek()
773 user->idx = log_first_idx; in devkmsg_open()
815 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_kexec_setup()
1116 syslog_idx = log_first_idx; in syslog_print()
1181 clear_idx = log_first_idx; in syslog_print_all()
1241 idx = log_first_idx; in syslog_print_all()
1342 syslog_idx = log_first_idx; in do_syslog()
1884 static u32 log_first_idx; variable
2216 console_idx = log_first_idx; in console_unlock()
2854 dumper->cur_idx = log_first_idx; in kmsg_dump_get_line_nolock()
2942 dumper->cur_idx = log_first_idx; in kmsg_dump_get_buffer()