Searched refs:topo_next_node (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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-14.2/sys/x86/x86/ |
| H A D | mp_x86.c | 864 node = topo_next_node(root, node); in x86topo_add_sched_group() 902 node = topo_next_node(root, node); in x86topo_add_sched_group() 911 node = topo_next_node(root, node); in x86topo_add_sched_group() 917 node = topo_next_node(root, node); in x86topo_add_sched_group() 951 node = topo_next_node(root, node); in x86topo_add_sched_group()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_smp.c | 1206 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node() function 1296 node = topo_next_node(root, root); in topo_analyze_table() 1301 node = topo_next_node(root, node); in topo_analyze_table()
|