Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c617 static u_int hn_cpu_index; /* next CPU for channel */ variable
2201 sc->hn_cpu = atomic_fetchadd_int(&hn_cpu_index, ring_cnt) % mp_ncpus; in hn_attach()