Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmtc.c101 static int vpe0limit; variable
109 get_option(&str, &vpe0limit); in vpe0tcs()
437 if (vpe0limit > ntc) vpe0limit = ntc; in smtc_prepare_cpus()
438 if (vpe0limit > 0) { in smtc_prepare_cpus()
440 if (vpe0limit < tcpervpe[0]) { in smtc_prepare_cpus()
442 slop = tcpervpe[0] - vpe0limit; in smtc_prepare_cpus()
444 tcpervpe[0] = vpe0limit; in smtc_prepare_cpus()
450 } else if (vpe0limit > tcpervpe[0]) { in smtc_prepare_cpus()
452 slop = vpe0limit - tcpervpe[0]; in smtc_prepare_cpus()
454 tcpervpe[0] = vpe0limit; in smtc_prepare_cpus()