Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dmca.c181 #define MLOGBUF_SIZE (512+256*NR_CPUS) macro
183 static char mlogbuf[MLOGBUF_SIZE];
227 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE; in ia64_mca_printk()
265 index = (index + 1) % MLOGBUF_SIZE; in ia64_mlogbuf_dump()