Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/numa/
Dmode_emu.c184 toptree_get_child(tree, nid); in toptree_unify_tree()
301 if (!toptree_get_child(tree, nid)) in toptree_new()
359 node = toptree_get_child(phys, 0); in toptree_from_topology()
360 drawer = toptree_get_child(node, top->drawer_id); in toptree_from_topology()
361 book = toptree_get_child(drawer, top->book_id); in toptree_from_topology()
362 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
363 core = toptree_get_child(mc, smp_get_base_cpu(cpu)); in toptree_from_topology()
Dtoptree.c170 tmpchild = toptree_get_child(cand_copy, child->id); in toptree_unify()
236 struct toptree *toptree_get_child(struct toptree *cand, int id) in toptree_get_child() function
Dtoptree.h28 struct toptree *toptree_get_child(struct toptree *cand, int id);