Searched refs:cg_last (Results 1 – 4 of 4) sorted by relevance
83 int32_t cg_last; /* Last cpu in this group. */ member
711 for (c = cg->cg_last; c >= cg->cg_first; c--) { in cpu_search_lowest() 782 for (c = cg->cg_last; c >= cg->cg_first; c--) { in cpu_search_highest() 1367 for (cpu = cg->cg_first; cpu <= cg->cg_last; cpu++) { in sched_pickcpu() 1374 if (cpu > cg->cg_last) { in sched_pickcpu() 3219 for (i = cg->cg_first; i <= cg->cg_last; i++) { in sysctl_kern_sched_topology_spec_internal()
637 cg->cg_last = CPU_FLS(&cg->cg_mask) - 1; in smp_topo_fill()
1525 end = (tcp_pace.grps[i]->cg_last + 1); in tcp_choose_hpts_to_run()