Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dmca.c178 #define MLOGBUF_SIZE (512+256*NR_CPUS) macro
180 static char mlogbuf[MLOGBUF_SIZE];
224 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE; in ia64_mca_printk()
262 index = (index + 1) % MLOGBUF_SIZE; in ia64_mlogbuf_dump()