Searched refs:toptree_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/numa/
H A Dtoptree.h23 struct toptree *toptree_alloc(int level, int id);
H A Dtoptree.c19 * toptree_alloc - Allocate and initialize a new tree node.
28 struct toptree *toptree_alloc(int level, int id) toptree_alloc() function
156 cand_copy = toptree_alloc(cand->level, 0); toptree_for_each_child_safe()
205 stack_target = toptree_alloc(ptr->level + 1, toptree_move()
234 child = toptree_alloc(cand->level-1, id); toptree_get_child()
H A Dmode_emu.c282 tree = toptree_alloc(TOPOLOGY, id); toptree_new()

Completed in 78 milliseconds