Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/gdb/linux/
Ddmesg.py29 log_first_idx = int(gdb.parse_and_eval("'printk.c'::log_first_idx"))
34 start = log_buf_addr + log_first_idx
35 if log_first_idx < log_next_idx:
37 length = log_next_idx - log_first_idx
40 log_buf_2nd_half = log_buf_len - log_first_idx
/Linux-v4.19/kernel/printk/
Dprintk.c417 static u32 log_first_idx; variable
513 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()
514 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()
516 free = log_first_idx - log_next_idx; in logbuf_has_space()
530 log_first_idx = log_next(log_first_idx); in log_make_free_space()
536 clear_idx = log_first_idx; in log_make_free_space()
857 user->idx = log_first_idx; in devkmsg_read()
904 user->idx = log_first_idx; in devkmsg_llseek()
977 user->idx = log_first_idx; in devkmsg_open()
1021 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_vmcoreinfo_setup()
[all …]
/Linux-v4.19/Documentation/kdump/
Dgdbmacros.txt244 set $i = log_first_idx
245 set $end_idx = log_first_idx