Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/numa/
Dtoptree.c28 struct toptree *toptree_alloc(int level, int id) in toptree_alloc() function
156 cand_copy = toptree_alloc(cand->level, 0); in toptree_unify()
205 stack_target = toptree_alloc(ptr->level + 1, in toptree_move()
234 child = toptree_alloc(cand->level-1, id); in toptree_get_child()
Dtoptree.h23 struct toptree *toptree_alloc(int level, int id);
Dmode_emu.c282 tree = toptree_alloc(TOPOLOGY, id); in toptree_new()