Searched refs:CPU_FIRST (Results 1 – 14 of 14) sorted by relevance
| /src/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()
|
| /src/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 | 481 sched_bind(curthread, CPU_FIRST()); in kern_reboot() 483 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
|
| H A D | kern_clock.c | 535 if (curcpu == CPU_FIRST()) in hardclock()
|
| /src/sys/sys/ |
| H A D | smp.h | 228 #define CPU_FIRST() cpu_first() macro
|
| /src/sys/net/ |
| H A D | rss_config.c | 264 cpuid = CPU_FIRST(); in rss_init()
|
| H A D | iflib.c | 5734 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) { in iflib_queues_alloc()
|
| /src/sys/dev/qat/qat_common/ |
| H A D | adf_isr.c | 140 int core = CPU_FIRST(); in adf_get_irq_affinity()
|
| /src/sys/compat/linsysfs/ |
| H A D | linsysfs.c | 449 sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid); in linsysfs_cpuonline()
|
| /src/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 795 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), ("Not on the first CPU!\n")); in cpu_mp_stop()
|
| /src/sys/x86/x86/ |
| H A D | tsc.c | 545 first = CPU_FIRST(); in adj_smp_tsc()
|
| /src/sys/dev/netmap/ |
| H A D | if_ptnet.c | 651 cpu_cur = CPU_FIRST(); in ptnet_irqs_init() 677 cpu_cur = CPU_FIRST(); in ptnet_irqs_init()
|
| /src/sys/dev/mana/ |
| H A D | mana_en.c | 2222 apc->last_tx_cq_bind_cpu = CPU_FIRST(); in mana_create_txq() 2525 apc->last_rx_cq_bind_cpu = CPU_FIRST(); in mana_create_rxq()
|
| /src/sys/dev/ioat/ |
| H A D | ioat.c | 300 ioat->cpu = CPU_FIRST(); in ioat_attach()
|