Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/numa/
Dtoptree.c159 struct toptree *child, *tmp, *cand_copy; in toptree_unify() local
165 cand_copy = toptree_alloc(cand->level, 0); in toptree_unify()
170 tmpchild = toptree_get_child(cand_copy, child->id); in toptree_unify()
175 toptree_move_children(cand_copy, cand); in toptree_unify()
176 toptree_free(cand_copy); in toptree_unify()