Searched refs:cpu_top (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | sched_shim.c | 165 struct cpu_group __read_mostly *cpu_top; /* CPU topology */ variable 170 cpu_top = smp_topo(); in sched_setup() 241 if (cpu_top == NULL) { in sysctl_kern_sched_topology_spec_internal() 303 err = sysctl_kern_sched_topology_spec_internal(topo, cpu_top, 1); in sysctl_kern_sched_topology_spec()
|
| H A D | sched_ule.c | 998 sched_balance_group(cpu_top); in sched_balance() 1481 if (ccg == cpu_top) in sched_pickcpu() 1506 cpu = sched_lowest(cpu_top, mask, pri, INT_MAX, ts->ts_cpu, r); in sched_pickcpu() 1512 cpu = sched_lowest(cpu_top, mask, -1, INT_MAX, ts->ts_cpu, r); in sched_pickcpu() 1623 tdq->tdq_cg = smp_topo_find(cpu_top, i); in sched_setup_smp() 3378 grp = cpu_top; in sched_ule_find_l2_neighbor()
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hpts.c | 1831 struct cpu_group *cpu_top; in tcp_hptsi_create() local 1852 cpu_top = smp_topo(); in tcp_hptsi_create() 1854 cpu_top = NULL; in tcp_hptsi_create() 1867 if (cpu_top == NULL) { in tcp_hptsi_create() 1872 pace->grp_cnt = hpts_count_level(cpu_top); in tcp_hptsi_create() 1887 pace->grps[0] = cpu_top; in tcp_hptsi_create() 1894 hpts_gather_grps(pace->grps, &count, pace->grp_cnt, cpu_top); in tcp_hptsi_create()
|
| /freebsd/sys/sys/ |
| H A D | smp.h | 92 extern cpu_group_t cpu_top;
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 6341 for (cg = smp_topo_find(cpu_top, cpu); cg != NULL; in iflib_cpu_llc_init()
|