Home
last modified time | relevance | path

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

/arch/s390/numa/
Dtoptree.c74 toptree_for_each_child_safe(child, tmp, cand) in toptree_free()
136 toptree_for_each_child_safe(child, tmp, cand) in toptree_move_children()
157 toptree_for_each_child_safe(child, tmp, cand) { in toptree_unify()
Dtoptree.h38 #define toptree_for_each_child_safe(child, ptmp, ptree) \ macro