Searched refs:cpucount (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmpboot.c88 static int cpucount; variable
219 if ((max_cpus >= 0) && (max_cpus <= cpucount + 1))
272 cpu_id = ++cpucount;
349 cpucount--;
393 if (cpucount) {
398 "(%lu.%02lu BogoMIPS).\n", cpucount + 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c292 static int cpucount; variable
798 ++cpucount;
868 cpucount--;
887 cpucount --;
1059 if (max_cpus <= cpucount+1)
1083 cpucount+1,
1097 if (cpucount)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c216 static int cpucount = 0; variable
547 cpucount++;
632 cpucount--;
696 cpucount+1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.h1214 u16 cpucount[NUM_TX_QUEUES]; member in struct:ucc_geth_private
H A Ducc_geth.c2835 /* Set pointers to cpucount registers in scheduler */
3388 ugeth->cpucount[txQ]++;
3393 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]);

Completed in 115 milliseconds