Home
last modified time | relevance | path

Searched refs:CPU_FIRST (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dsmp.h220 #define CPU_FIRST() cpu_first() macro
/f-stack/freebsd/kern/
H A Dkern_clocksource.c245 && curcpu == CPU_FIRST() in getnextcpuevent()
507 if (!smp_started && cpu != CPU_FIRST())
769 || curcpu == CPU_FIRST()
H A Dkern_clock.c512 if (curcpu == CPU_FIRST()) in hardclock()
H A Dkern_shutdown.c450 sched_bind(curthread, CPU_FIRST()); in kern_reboot()
452 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
/f-stack/freebsd/net/
H A Drss_config.c254 cpuid = CPU_FIRST(); in rss_init()
H A Diflib.c5633 for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) { in iflib_queues_alloc()
6048 #define get_core_offset(ctx, type, qid) CPU_FIRST()
6049 #define find_close_core(cpuid, tid) CPU_FIRST()
6050 #define find_nth(ctx, gid) CPU_FIRST()
/f-stack/freebsd/x86/x86/
H A Dtsc.c463 first = CPU_FIRST(); in adj_smp_tsc()