Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/kernel/
Dsmpboot.c85 static int cpucount; variable
212 if (max_cpus <= cpucount + 1) in smp_prepare_cpus()
265 cpu_id = ++cpucount; in do_boot_cpu()
342 cpucount--; in do_boot_cpu()
386 if (cpucount) { in smp_cpus_done()
391 "(%lu.%02lu BogoMIPS).\n", cpucount + 1, in smp_cpus_done()
/linux-4.4.14/arch/mn10300/kernel/
Dsmp.c93 static int cpucount; /* The count of boot CPUs */ variable
707 if (max_cpus <= cpucount + 1) in smp_prepare_cpus()
761 cpucount++; in do_boot_cpu()
811 cpucount--; in do_boot_cpu()
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth.h1194 u16 cpucount[NUM_TX_QUEUES]; member
Ducc_geth.c3146 ugeth->cpucount[txQ]++; in ucc_geth_start_xmit()
3151 out_be16(ugeth->p_cpucount[txQ], ugeth->cpucount[txQ]); in ucc_geth_start_xmit()