Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsmp.h142 int topo_analyze(struct topo_node *topo_root, int all,
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c688 if (topo_analyze(&topo_root, 1, &topology)) { in cpu_mp_announce()
709 if (topo_analyze(&topo_root, 0, &topology)) { in cpu_mp_announce()
/f-stack/freebsd/kern/
H A Dsubr_smp.c1300 topo_analyze(struct topo_node *topo_root, int all, in topo_analyze() function