Lines Matching refs:log_first_idx
434 static u32 log_first_idx; variable
548 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
549 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
551 free = log_first_idx - log_next_idx; in logbuf_has_space()
565 log_first_idx = log_next(log_first_idx); in log_make_free_space()
571 clear_idx = log_first_idx; in log_make_free_space()
917 user->idx = log_first_idx; in devkmsg_read()
964 user->idx = log_first_idx; in devkmsg_llseek()
1037 user->idx = log_first_idx; in devkmsg_open()
1081 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_vmcoreinfo_setup()
1400 syslog_idx = log_first_idx; in syslog_print()
1513 idx = log_first_idx; in syslog_print_all()
1610 syslog_idx = log_first_idx; in do_syslog()
2114 static u32 log_first_idx; variable
2471 console_idx = log_first_idx; in console_unlock()
2619 console_idx = log_first_idx; in console_flush_on_panic()
3231 dumper->cur_idx = log_first_idx; in kmsg_dump_get_line_nolock()
3319 dumper->cur_idx = log_first_idx; in kmsg_dump_get_buffer()