Searched refs:mlogbuf_end (Results 1 – 1 of 1) sorted by relevance
184 static unsigned long mlogbuf_end; variable224 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE; in ia64_mca_printk()226 mlogbuf[mlogbuf_end] = *p; in ia64_mca_printk()227 mlogbuf_end = next; in ia64_mca_printk()233 mlogbuf[mlogbuf_end] = '\0'; in ia64_mca_printk()252 while (mlogbuf_start != mlogbuf_end) { in ia64_mlogbuf_dump()260 while (index != mlogbuf_end) { in ia64_mlogbuf_dump()