Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-mt.c160 int mt_n_dflushes = 1; variable
185 get_option(&s, &mt_n_dflushes); in ndflush()
241 if (mt_n_dflushes != 1) in mips_mt_set_cpuoptions()
242 printk("D-Cache Flushes Repeated %d times\n", mt_n_dflushes); in mips_mt_set_cpuoptions()
/linux-4.4.14/arch/mips/include/asm/
Dr4kcache.h63 extern int mt_n_dflushes; \
64 for (redundance = 0; redundance < mt_n_dflushes; redundance++) {