Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dmips_mt.h15 extern int vpelimit;
/linux-2.6.39/arch/mips/kernel/
Dmips-mt.c23 int vpelimit; variable
27 get_option(&str, &vpelimit); in maxvpes()
Dsmtc.c404 if (vpelimit > 0) in smtc_prepare_cpus()
405 printk("Limit of %d VPEs set\n", vpelimit); in smtc_prepare_cpus()
425 if (vpelimit > 0 && nvpe > vpelimit) in smtc_prepare_cpus()
426 nvpe = vpelimit; in smtc_prepare_cpus()
Dvpe.c1434 if (vpelimit == 0) { in vpe_module_init()
1535 if (tc >= vpelimit) { in vpe_module_init()