Searched refs:log_first_idx (Results 1 – 2 of 2) sorted by relevance
28 log_first_idx = int(gdb.parse_and_eval("log_first_idx"))33 start = log_buf_addr + log_first_idx34 if log_first_idx < log_next_idx:36 length = log_next_idx - log_first_idx39 log_buf_2nd_half = log_buf_len - log_first_idx
242 static u32 log_first_idx; variable340 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 …]