Searched refs:log_first_idx (Results 1 – 1 of 1) sorted by relevance
430 static u32 log_first_idx; variable532 if (log_next_idx > log_first_idx || empty) in logbuf_has_space()533 free = max(log_buf_len - log_next_idx, log_first_idx); in logbuf_has_space()535 free = log_first_idx - log_next_idx; in logbuf_has_space()549 log_first_idx = log_next(log_first_idx); in log_make_free_space()555 clear_idx = log_first_idx; in log_make_free_space()901 user->idx = log_first_idx; in devkmsg_read()948 user->idx = log_first_idx; in devkmsg_llseek()1021 user->idx = log_first_idx; in devkmsg_open()1065 VMCOREINFO_SYMBOL(log_first_idx); in log_buf_vmcoreinfo_setup()[all …]