Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/gdb/linux/
Ddmesg.py27 log_first_idx = int(gdb.parse_and_eval("log_first_idx"))
32 start = log_buf_addr + log_first_idx
33 if log_first_idx < log_next_idx:
35 length = log_next_idx - log_first_idx
38 log_buf_2nd_half = log_buf_len - log_first_idx
/linux-4.4.14/kernel/printk/
Dprintk.c254 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()
[all …]