toptree_get_child  183 arch/s390/numa/mode_emu.c 		toptree_get_child(tree, nid);
toptree_get_child  300 arch/s390/numa/mode_emu.c 		if (!toptree_get_child(tree, nid))
toptree_get_child  361 arch/s390/numa/mode_emu.c 		node = toptree_get_child(phys, 0);
toptree_get_child  362 arch/s390/numa/mode_emu.c 		drawer = toptree_get_child(node, top->drawer_id);
toptree_get_child  363 arch/s390/numa/mode_emu.c 		book = toptree_get_child(drawer, top->book_id);
toptree_get_child  364 arch/s390/numa/mode_emu.c 		mc = toptree_get_child(book, top->socket_id);
toptree_get_child  365 arch/s390/numa/mode_emu.c 		core = toptree_get_child(mc, smp_get_base_cpu(cpu));
toptree_get_child  170 arch/s390/numa/toptree.c 			tmpchild = toptree_get_child(cand_copy, child->id);
toptree_get_child   28 arch/s390/numa/toptree.h struct toptree *toptree_get_child(struct toptree *cand, int id);