Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c157 static struct topo_node topo_root; variable
588 topo_init_root(&topo_root); in topo_probe()
593 parent = &topo_root; in topo_probe()
602 parent = &topo_root; in topo_probe()
633 TOPO_FOREACH(node, &topo_root) { in assign_cpu_ids()
688 if (topo_analyze(&topo_root, 1, &topology)) { in cpu_mp_announce()
709 if (topo_analyze(&topo_root, 0, &topology)) { in cpu_mp_announce()
733 TOPO_FOREACH(node, &topo_root) { in cpu_mp_announce()
866 x86topo_add_sched_group(&topo_root, cg_root); in cpu_topo()
/f-stack/freebsd/sys/
H A Dsmp.h142 int topo_analyze(struct topo_node *topo_root, int all,
/f-stack/freebsd/kern/
H A Dsubr_smp.c1300 topo_analyze(struct topo_node *topo_root, int all, in topo_analyze() argument
1310 if (!topo_analyze_table(topo_root, all, TOPO_LEVEL_PKG, results)) in topo_analyze()