Searched refs:cg_last (Results 1 – 5 of 5) sorted by relevance
84 int32_t cg_last; /* Last cpu in this group. */ member
254 for (i = cg->cg_first; i <= cg->cg_last; i++) { in sysctl_kern_sched_topology_spec_internal()
758 for (c = cg->cg_last; c >= cg->cg_first; c--) { in cpu_search_lowest()829 for (c = cg->cg_last; c >= cg->cg_first; c--) { in cpu_search_highest()1417 for (cpu = cg->cg_first; cpu <= cg->cg_last; cpu++) { in sched_pickcpu()1424 if (cpu > cg->cg_last) { in sched_pickcpu()
689 cg->cg_last = CPU_FLS(&cg->cg_mask) - 1; in smp_topo_fill()
1542 end = (pace->grps[i]->cg_last + 1); in tcp_choose_hpts_to_run()