Searched refs:log_first_idx (Results 1 – 3 of 3) sorted by relevance
29 log_first_idx = int(gdb.parse_and_eval("'printk.c'::log_first_idx"))34 start = log_buf_addr + log_first_idx35 if log_first_idx < log_next_idx:37 length = log_next_idx - log_first_idx40 log_buf_2nd_half = log_buf_len - log_first_idx
417 static u32 log_first_idx; variable513 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 …]
244 set $i = log_first_idx245 set $end_idx = log_first_idx