Searched refs:topo_next_node (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | smp.h | 121 struct topo_node * topo_next_node(struct topo_node *top, 147 for (i = root; i != NULL; i = topo_next_node(root, i))
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 862 node = topo_next_node(root, node); in x86topo_add_sched_group() 900 node = topo_next_node(root, node); in x86topo_add_sched_group() 909 node = topo_next_node(root, node); in x86topo_add_sched_group() 915 node = topo_next_node(root, node); in x86topo_add_sched_group() 949 node = topo_next_node(root, node); in x86topo_add_sched_group()
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 1197 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node() function 1287 node = topo_next_node(root, root); in topo_analyze_table() 1292 node = topo_next_node(root, node); in topo_analyze_table()
|