Lines Matching refs:log_first_idx
417 static u32 log_first_idx; variable
513 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
514 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
516 free = log_first_idx - log_next_idx; in logbuf_has_space()
530 log_first_idx = log_next(log_first_idx); in log_make_free_space()
536 clear_idx = log_first_idx; in log_make_free_space()
857 user->idx = log_first_idx; in devkmsg_read()
904 user->idx = log_first_idx; in devkmsg_llseek()
977 user->idx = log_first_idx; in devkmsg_open()
1021 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_vmcoreinfo_setup()
1309 syslog_idx = log_first_idx; in syslog_print()
1417 idx = log_first_idx; in syslog_print_all()
1514 syslog_idx = log_first_idx; in do_syslog()
2013 static u32 log_first_idx; variable
2359 console_idx = log_first_idx; in console_unlock()
3098 dumper->cur_idx = log_first_idx; in kmsg_dump_get_line_nolock()
3185 dumper->cur_idx = log_first_idx; in kmsg_dump_get_buffer()