Home
last modified time | relevance | path

Searched refs:mlogbuf_end (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/ia64/kernel/
Dmca.c187 static unsigned long mlogbuf_end; variable
227 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE; in ia64_mca_printk()
229 mlogbuf[mlogbuf_end] = *p; in ia64_mca_printk()
230 mlogbuf_end = next; in ia64_mca_printk()
236 mlogbuf[mlogbuf_end] = '\0'; in ia64_mca_printk()
255 while (mlogbuf_start != mlogbuf_end) { in ia64_mlogbuf_dump()
263 while (index != mlogbuf_end) { in ia64_mlogbuf_dump()