Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_intr.c1208 intr_irq_next_cpu(u_int last_cpu, cpuset_t *cpumask) argument
1223 last_cpu++;
1224 if (last_cpu > mp_maxid)
1225 last_cpu = 0;
1226 } while (!CPU_ISSET(last_cpu, cpumask));
1227 return (last_cpu);