Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDcpu_topology.h41 struct cpu_node { struct
42 struct cpu_node * parent_node; argument
43 struct cpu_node * child_node[MAXCPU]; argument
53 typedef struct cpu_node cpu_node_t; argument
/dragonfly/sys/dev/powermng/corepower/
HDcorepower.c120 const struct cpu_node *node; in corepower_identify()
/dragonfly/sys/dev/powermng/coretemp/
HDcoretemp.c227 const struct cpu_node *node, *start_node; in coretemp_attach()