Home
last modified time | relevance | path

Searched refs:log_first_idx (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dprintk.c233 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()
[all …]