Home
last modified time | relevance | path

Searched refs:CPU_NEXT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsmp.h221 #define CPU_NEXT(i) cpu_next((i)) macro
/f-stack/freebsd/net/
H A Drss_config.c257 cpuid = CPU_NEXT(cpuid); 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()
/f-stack/freebsd/kern/
H A Dsubr_gtaskqueue.c811 cpu = CPU_NEXT(cpu); in taskqgroup_create()