Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/numa/
Dmode_emu.c183 toptree_get_child(tree, nid); in toptree_unify_tree()
300 if (!toptree_get_child(tree, nid)) in toptree_new()
361 node = toptree_get_child(phys, 0); in toptree_from_topology()
362 drawer = toptree_get_child(node, top->drawer_id); in toptree_from_topology()
363 book = toptree_get_child(drawer, top->book_id); in toptree_from_topology()
364 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
365 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);