Searched refs:CPU_FIRST (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | smp.h | 220 #define CPU_FIRST() cpu_first() macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clocksource.c | 245 && curcpu == CPU_FIRST() in getnextcpuevent() 507 if (!smp_started && cpu != CPU_FIRST()) 769 || curcpu == CPU_FIRST()
|
| H A D | kern_clock.c | 512 if (curcpu == CPU_FIRST()) in hardclock()
|
| H A D | kern_shutdown.c | 450 sched_bind(curthread, CPU_FIRST()); in kern_reboot() 452 KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), in kern_reboot()
|
| /f-stack/freebsd/net/ |
| H A D | rss_config.c | 254 cpuid = CPU_FIRST(); in rss_init()
|
| H A D | iflib.c | 5633 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 D | tsc.c | 463 first = CPU_FIRST(); in adj_smp_tsc()
|