Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/numa/
Dtoptree.c150 struct toptree *child, *tmp, *cand_copy; in toptree_unify() local
156 cand_copy = toptree_alloc(cand->level, 0); in toptree_unify()
161 tmpchild = toptree_get_child(cand_copy, child->id); in toptree_unify()
166 toptree_move_children(cand_copy, cand); in toptree_unify()
167 toptree_free(cand_copy); in toptree_unify()