Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c161 static struct topo_node topo_root; variable
639 topo_init_root(&topo_root); in topo_probe()
644 parent = &topo_root; in topo_probe()
658 parent = &topo_root; in topo_probe()
694 TOPO_FOREACH(node, &topo_root) { in assign_cpu_ids()
749 if (topo_analyze(&topo_root, 1, &topology)) { in cpu_mp_announce()
770 if (topo_analyze(&topo_root, 0, &topology)) { in cpu_mp_announce()
794 TOPO_FOREACH(node, &topo_root) { in cpu_mp_announce()
971 x86topo_add_sched_group(&topo_root, cg_root); in cpu_topo()
/freebsd/sys/sys/
H A Dsmp.h143 int topo_analyze(struct topo_node *topo_root, int all,
/freebsd/sys/kern/
H A Dsubr_smp.c1333 topo_analyze(struct topo_node *topo_root, int all, in topo_analyze() argument
1343 if (!topo_analyze_table(topo_root, all, TOPO_LEVEL_PKG, results)) in topo_analyze()