Searched refs:log_buf (Results 1 – 1 of 1) sorted by relevance
259 static char *log_buf = __log_buf; variable280 struct log *msg = (struct log *)(log_buf + idx); in log_from_idx()287 return (struct log *)log_buf; in log_from_idx()294 struct log *msg = (struct log *)(log_buf + idx); in log_next()303 msg = (struct log *)log_buf; in log_next()345 memset(log_buf + log_next_idx, 0, sizeof(struct log)); in log_store()350 msg = (struct log *)(log_buf + log_next_idx); in log_store()726 VMCOREINFO_SYMBOL(log_buf); in log_buf_kexec_setup()787 log_buf = new_log_buf; in setup_log_buf()790 memcpy(log_buf, __log_buf, __LOG_BUF_LEN); in setup_log_buf()