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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca.c150 #define MLOGBUF_SIZE (512+256*NR_CPUS) macro
152 static char mlogbuf[MLOGBUF_SIZE];
196 unsigned long next = (mlogbuf_end + 1) % MLOGBUF_SIZE;
234 index = (index + 1) % MLOGBUF_SIZE;

Completed in 44 milliseconds