Home
last modified time | relevance | path

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

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