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

/freebsd-current/sys/sys/
H A Dsmp.h192 * CPU_FIRST() returns the id of the first non-absent CPU. CPU_NEXT()
194 * CPU_FIRST() once the end of the list is reached. The iterators are
224 #define CPU_FIRST() cpu_first() macro
/freebsd-current/sys/net/
H A Drss_config.c246 cpuid = CPU_FIRST();
H A Diflib.c5883 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) {
/freebsd-current/sys/dev/acpica/
H A Dacpi_hpet.c716 cur_cpu = CPU_FIRST();
720 if (cur_cpu == CPU_FIRST())
730 bus_bind_intr(dev, t->intr_res, CPU_FIRST());
750 bus_bind_intr(dev, sc->intr_res, CPU_FIRST());
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_isr.c140 int core = CPU_FIRST();
/freebsd-current/sys/kern/
H A Dkern_clocksource.c241 && curcpu == CPU_FIRST()
503 if (!smp_started && cpu != CPU_FIRST())
763 || curcpu == CPU_FIRST()
H A Dkern_clock.c534 if (curcpu == CPU_FIRST())
H A Dkern_shutdown.c486 sched_bind(curthread, CPU_FIRST());
488 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(),
/freebsd-current/sys/compat/linsysfs/
H A Dlinsysfs.c424 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid);
/freebsd-current/sys/x86/x86/
H A Dtsc.c542 first = CPU_FIRST();
/freebsd-current/sys/dev/netmap/
H A Dif_ptnet.c659 cpu_cur = CPU_FIRST();
685 cpu_cur = CPU_FIRST();
/freebsd-current/sys/dev/mana/
H A Dmana_en.c2193 apc->last_tx_cq_bind_cpu = CPU_FIRST();
2466 apc->last_rx_cq_bind_cpu = CPU_FIRST();
/freebsd-current/sys/dev/ioat/
H A Dioat.c300 ioat->cpu = CPU_FIRST();

Completed in 235 milliseconds