Home
last modified time | relevance | path

Searched refs:node2 (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/prom/
A Dtree_32.c234 phandle node = prom_root_node, node2; in prom_finddevice() local
256 node2 = node; in prom_finddevice()
257 while (node2 && (s32)node2 != -1) { in prom_finddevice()
258 if (prom_getproperty (node2, "reg", (char *)reg, sizeof (reg)) > 0) { in prom_finddevice()
260 node = node2; in prom_finddevice()
264 node2 = prom_getsibling(node2); in prom_finddevice()
265 if (!node2 || (s32)node2 == -1) in prom_finddevice()
267 node2 = prom_searchsiblings(prom_getsibling(node2), nbuf); in prom_finddevice()
/arch/powerpc/mm/
A Dnuma.c202 int node1, node2; in __cpu_form2_relative_distance() local
205 node2 = associativity_to_nid(cpu2_assoc); in __cpu_form2_relative_distance()
207 dist = numa_distance_table[node1][node2]; in __cpu_form2_relative_distance()

Completed in 8 milliseconds