Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h83 int32_t cg_last; /* Last cpu in this group. */ member
/freebsd/sys/kern/
H A Dsched_ule.c711 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()
H A Dsubr_smp.c637 cg->cg_last = CPU_FLS(&cg->cg_mask) - 1; in smp_topo_fill()
/freebsd/sys/netinet/
H A Dtcp_hpts.c1525 end = (tcp_pace.grps[i]->cg_last + 1); in tcp_choose_hpts_to_run()