Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/gdb/linux/
Ddmesg.py28 log_first_idx = int(gdb.parse_and_eval("log_first_idx"))
33 start = log_buf_addr + log_first_idx
34 if log_first_idx < log_next_idx:
36 length = log_next_idx - log_first_idx
39 log_buf_2nd_half = log_buf_len - log_first_idx
/linux-4.1.27/kernel/printk/
Dprintk.c242 static u32 log_first_idx; variable
340 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
341 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
343 free = log_first_idx - log_next_idx; in logbuf_has_space()
358 log_first_idx = log_next(log_first_idx); in log_make_free_space()
604 user->idx = log_first_idx; in devkmsg_read()
705 user->idx = log_first_idx; in devkmsg_llseek()
773 user->idx = log_first_idx; in devkmsg_open()
815 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_kexec_setup()
1116 syslog_idx = log_first_idx; in syslog_print()
[all …]