Lines Matching refs:log_first_idx
254 static u32 log_first_idx; variable
355 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
356 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
358 free = log_first_idx - log_next_idx; in logbuf_has_space()
373 log_first_idx = log_next(log_first_idx); in log_make_free_space()
697 user->idx = log_first_idx; in devkmsg_read()
745 user->idx = log_first_idx; in devkmsg_llseek()
813 user->idx = log_first_idx; in devkmsg_open()
855 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_kexec_setup()
1156 syslog_idx = log_first_idx; in syslog_print()
1221 clear_idx = log_first_idx; in syslog_print_all()
1281 idx = log_first_idx; in syslog_print_all()
1382 syslog_idx = log_first_idx; in do_syslog()
1933 static u32 log_first_idx; variable
2277 console_idx = log_first_idx; in console_unlock()
2932 dumper->cur_idx = log_first_idx; in kmsg_dump_get_line_nolock()
3020 dumper->cur_idx = log_first_idx; in kmsg_dump_get_buffer()