Searched refs:ntcs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c158 unsigned int ntcs; member in struct:vpe
913 mttgpr(6, v->ntcs);
2045 return sprintf(buf, "%d\n", vpe->ntcs);
2062 vpe->ntcs = new;
2072 __ATTR(ntcs, S_IRUGO | S_IWUSR, show_ntcs, store_ntcs),
2192 v->ntcs = hw_tcs - tclimit;
H A Dsmtc.c307 int i, ntcs; local
314 ntcs = ((read_c0_mvpconf0() & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
315 for (i=start_cpu_slot; i<NR_CPUS && i<ntcs; i++) {

Completed in 87 milliseconds