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

/freebsd-10.0-release/sys/sys/
H A Dsmp.h100 * CPU_FIRST() returns the id of the first non-absent CPU. CPU_NEXT()
102 * CPU_FIRST() once the end of the list is reached. The iterators are
132 #define CPU_FIRST() cpu_first() macro
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_hpet.c593 cur_cpu = CPU_FIRST();
597 if (cur_cpu == CPU_FIRST())
607 bus_bind_intr(dev, t->intr_res, CPU_FIRST());
627 bus_bind_intr(dev, sc->intr_res, CPU_FIRST());
/freebsd-10.0-release/sys/kern/
H A Dkern_clocksource.c260 && curcpu == CPU_FIRST()
511 if (!smp_started && cpu != CPU_FIRST())
754 || curcpu == CPU_FIRST()
H A Dkern_clock.c567 if (curcpu == CPU_FIRST())
/freebsd-10.0-release/sys/x86/x86/
H A Dtsc.c419 first = CPU_FIRST();
/freebsd-10.0-release/sys/dev/e1000/
H A Dif_igb.c399 ** to CPUs in igb_allocate_msix. Starts at CPU_FIRST and increments when a
2479 igb_last_bind_cpu = CPU_FIRST();

Completed in 124 milliseconds