Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/numa/
Dmode_emu.c171 toptree_get_child(tree, nid); in toptree_unify_tree()
286 if (!toptree_get_child(tree, nid)) in toptree_new()
346 node = toptree_get_child(phys, 0); in toptree_from_topology()
347 book = toptree_get_child(node, top->book_id); in toptree_from_topology()
348 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
349 core = toptree_get_child(mc, top->core_id); in toptree_from_topology()
Dtoptree.c161 tmpchild = toptree_get_child(cand_copy, child->id); in toptree_unify()
227 struct toptree *toptree_get_child(struct toptree *cand, int id) in toptree_get_child() function
Dtoptree.h27 struct toptree *toptree_get_child(struct toptree *cand, int id);