Searched refs:last_cpu (Results 1 – 1 of 1) sorted by relevance
1208 intr_irq_next_cpu(u_int last_cpu, cpuset_t *cpumask) argument1223 last_cpu++;1224 if (last_cpu > mp_maxid)1225 last_cpu = 0;1226 } while (!CPU_ISSET(last_cpu, cpumask));1227 return (last_cpu);