Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c265 struct cpu_group __read_mostly *cpu_top; /* CPU topology */ variable
889 sched_balance_group(cpu_top); in sched_balance()
1321 if (ccg == cpu_top) in sched_pickcpu()
1345 cpu = sched_lowest(cpu_top, mask, pri, INT_MAX, ts->ts_cpu); in sched_pickcpu()
1351 cpu = sched_lowest(cpu_top, mask, -1, INT_MAX, ts->ts_cpu); in sched_pickcpu()
1432 cpu_top = smp_topo(); in sched_setup_smp()
1436 tdq->tdq_cg = smp_topo_find(cpu_top, i); in sched_setup_smp()
3048 KASSERT(cpu_top != NULL, ("cpu_top isn't initialized")); in sysctl_kern_sched_topology_spec()
3055 err = sysctl_kern_sched_topology_spec_internal(topo, cpu_top, 1); in sysctl_kern_sched_topology_spec()
/f-stack/freebsd/net/
H A Diflib.c5953 extern struct cpu_group *cpu_top; /* CPU topology */
5987 grp = cpu_top; in find_close_core()