Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h143 int topo_analyze(struct topo_node *topo_root, int all,
/freebsd/sys/x86/x86/
H A Dmp_x86.c751 if (topo_analyze(&topo_root, 1, &topology)) { in cpu_mp_announce()
772 if (topo_analyze(&topo_root, 0, &topology)) { in cpu_mp_announce()
/freebsd/sys/kern/
H A Dsubr_smp.c1333 topo_analyze(struct topo_node *topo_root, int all, in topo_analyze() function