Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c1812 struct cpu_group *cpu_top; in tcp_hpts_mod_load() local
1825 cpu_top = smp_topo(); in tcp_hpts_mod_load()
1827 cpu_top = NULL; in tcp_hpts_mod_load()
1847 if (cpu_top == NULL) { in tcp_hpts_mod_load()
1852 tcp_pace.grp_cnt = hpts_count_level(cpu_top); in tcp_hpts_mod_load()
1867 tcp_pace.grps[0] = cpu_top; in tcp_hpts_mod_load()
1874 hpts_gather_grps(tcp_pace.grps, &count, tcp_pace.grp_cnt, cpu_top); in tcp_hpts_mod_load()
/freebsd/sys/kern/
H A Dsched_ule.c280 struct cpu_group __read_mostly *cpu_top; /* CPU topology */ variable
920 sched_balance_group(cpu_top); in sched_balance()
1400 if (ccg == cpu_top) in sched_pickcpu()
1425 cpu = sched_lowest(cpu_top, mask, pri, INT_MAX, ts->ts_cpu, r); in sched_pickcpu()
1431 cpu = sched_lowest(cpu_top, mask, -1, INT_MAX, ts->ts_cpu, r); in sched_pickcpu()
1512 cpu_top = smp_topo(); in sched_setup_smp()
1516 tdq->tdq_cg = smp_topo_find(cpu_top, i); in sched_setup_smp()
3264 KASSERT(cpu_top != NULL, ("cpu_top isn't initialized")); in sysctl_kern_sched_topology_spec()
3271 err = sysctl_kern_sched_topology_spec_internal(topo, cpu_top, 1); in sysctl_kern_sched_topology_spec()
/freebsd/sys/net/
H A Diflib.c4908 extern struct cpu_group *cpu_top; /* CPU topology */
4939 grp = cpu_top; in find_l2_neighbor()