Lines Matching defs:node
25 "%s/devices/system/node/online"
27 "%s/devices/system/node/node%d/meminfo"
29 "%s/devices/system/node/node%d/cpulist"
233 static int load_numa_node(struct numa_topology_node *node, int nr)
243 node->node = (u32) nr;
258 node->mem_total = mem;
260 node->mem_free = mem;
261 if (node->mem_total && node->mem_free)
282 node->cpus = buf;