Searched refs:CPU_FIRST (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_hpet.c | 716 cur_cpu = CPU_FIRST(); in hpet_attach() 720 if (cur_cpu == CPU_FIRST()) in hpet_attach() 730 bus_bind_intr(dev, t->intr_res, CPU_FIRST()); in hpet_attach() 750 bus_bind_intr(dev, sc->intr_res, CPU_FIRST()); in hpet_attach()
|
/freebsd/sys/kern/ |
H A D | kern_clocksource.c | 241 && curcpu == CPU_FIRST() in getnextcpuevent() 503 if (!smp_started && cpu != CPU_FIRST()) 763 || curcpu == CPU_FIRST()
|
H A D | kern_shutdown.c | 486 sched_bind(curthread, CPU_FIRST()); in kern_reboot() 488 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
|
H A D | kern_clock.c | 534 if (curcpu == CPU_FIRST()) in hardclock()
|
/freebsd/sys/sys/ |
H A D | smp.h | 224 #define CPU_FIRST() cpu_first() macro
|
/freebsd/sys/net/ |
H A D | rss_config.c | 246 cpuid = CPU_FIRST(); in rss_init()
|
H A D | iflib.c | 5879 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) { in iflib_queues_alloc()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_isr.c | 140 int core = CPU_FIRST(); in adf_get_irq_affinity()
|
/freebsd/sys/compat/linsysfs/ |
H A D | linsysfs.c | 424 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid); in linsysfs_cpuonline()
|
/freebsd/sys/x86/x86/ |
H A D | tsc.c | 542 first = CPU_FIRST(); in adj_smp_tsc()
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 653 cpu_cur = CPU_FIRST(); in ptnet_irqs_init() 679 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 2165 apc->last_tx_cq_bind_cpu = CPU_FIRST(); in mana_create_txq() 2435 apc->last_rx_cq_bind_cpu = CPU_FIRST(); in mana_create_rxq()
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 300 ioat->cpu = CPU_FIRST(); in ioat_attach()
|