Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dmips-mt.c167 int mt_n_dflushes = 1; variable
192 get_option(&s, &mt_n_dflushes); in ndflush()
248 if (mt_n_dflushes != 1) in mips_mt_set_cpuoptions()
249 printk("D-Cache Flushes Repeated %d times\n", mt_n_dflushes); in mips_mt_set_cpuoptions()
/linux-2.6.39/arch/mips/include/asm/
Dr4kcache.h113 extern int mt_n_dflushes; \
115 for (redundance = 0; redundance < mt_n_dflushes; redundance++) {