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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c4498 unsigned int cpu, cpu_bit; local
4501 for (cpu = 0, cpu_bit = 1; cpu < real_ncpus; cpu++, cpu_bit <<= 1) {
4502 if (cpu_mask & cpu_bit)
4524 unsigned int cpu_bit; local
4541 for (cpu = 0, cpu_bit = 1; cpu < real_ncpus; cpu++, cpu_bit <<= 1) {
4558 cpus_to_signal |= cpu_bit;
4585 for (cpu = 0, cpu_bit = 1; cpu < real_ncpus; cpu++, cpu_bit <<
[all...]

Completed in 22 milliseconds