Searched refs:othercpus (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/amd64/amd64/
H A Dmp_machdep.c1132 int cpu, ncpu, othercpus; local
1134 othercpus = mp_ncpus - 1;
1136 if (othercpus < 1)
1150 ncpu = othercpus;
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_machdep.c1237 int cpu, ncpu, othercpus; local
1239 othercpus = mp_ncpus - 1;
1241 if (othercpus < 1)
1255 ncpu = othercpus;
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c1015 int cpu, ncpu, othercpus; local
1018 othercpus = mp_ncpus - 1;
1020 if (othercpus < 1)
1037 ncpu = othercpus;

Completed in 104 milliseconds