Home
last modified time | relevance | path

Searched refs:root_cpu_node (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dcpu_topology.h75 extern cpu_node_t *root_cpu_node;
/dragonfly/sys/kern/
H A Dsubr_cpu_topology.c77 __read_frequently cpu_node_t *root_cpu_node; variable
137 root_cpu_node = node; in build_topology_tree()
H A Dusched_dfly.c1635 cpup = root_cpu_node; in dfly_choose_best_queue()
1920 cpup = root_cpu_node; in dfly_choose_worst_queue()
/dragonfly/sys/vm/
H A Dvm_page.c555 if (root_cpu_node) in vm_numa_organize()
556 vm_numa_add_topology_mem(root_cpu_node, physid, (long)bytes); in vm_numa_organize()