Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmips_mt.h15 extern int vpelimit;
/arch/mips/kernel/
Dmips-mt.c22 int vpelimit; variable
26 get_option(&str, &vpelimit); in maxvpes()
Dsmtc.c435 if (vpelimit > 0) in smtc_prepare_cpus()
436 printk("Limit of %d VPEs set\n", vpelimit); in smtc_prepare_cpus()
456 if (vpelimit > 0 && nvpe > vpelimit) in smtc_prepare_cpus()
457 nvpe = vpelimit; in smtc_prepare_cpus()
Dvpe.c1407 if (vpelimit == 0) { in vpe_module_init()
1508 if (tc >= vpelimit) { in vpe_module_init()