Searched refs:ntc (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dmips-mt.c56 int ntc; local
73 ntc = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
76 for (tc = 0; tc < ntc; tc++) {
98 for (tc = 0; tc < ntc; tc++) {
H A Dsmp-mt.c261 unsigned int mvpconf0, ntc, tc, ncpu = 0; local
281 ntc = (mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT;
288 for (tc = 0; tc <= ntc; tc++) {
H A Dsmtc.c395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
452 ntc = ((val & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
453 if (ntc > NR_CPUS)
454 ntc = NR_CPUS;
455 if (tclimit > 0 && ntc > tclimit)
456 ntc = tclimit;
457 slop = ntc % nvpe;
459 tcpervpe[i] = ntc / nvpe;
465 if (vpe0limit > ntc) vpe0limit = ntc;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt.c56 int ntc; local
73 ntc = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
76 for (tc = 0; tc < ntc; tc++) {
98 for (tc = 0; tc < ntc; tc++) {
H A Dsmp-mt.c261 unsigned int mvpconf0, ntc, tc, ncpu = 0; local
281 ntc = (mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT;
288 for (tc = 0; tc <= ntc; tc++) {
H A Dsmtc.c395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
452 ntc = ((val & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
453 if (ntc > NR_CPUS)
454 ntc = NR_CPUS;
455 if (tclimit > 0 && ntc > tclimit)
456 ntc = tclimit;
457 slop = ntc % nvpe;
459 tcpervpe[i] = ntc / nvpe;
465 if (vpe0limit > ntc) vpe0limit = ntc;
[all...]

Completed in 137 milliseconds