Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/numa/
Dtoptree.c30 struct toptree __ref *toptree_alloc(int level, int id) in toptree_alloc() function
165 cand_copy = toptree_alloc(cand->level, 0); in toptree_unify()
214 stack_target = toptree_alloc(ptr->level + 1, in toptree_move()
243 child = toptree_alloc(cand->level-1, id); in toptree_get_child()
Dtoptree.h24 struct toptree *toptree_alloc(int level, int id);
Dmode_emu.c296 tree = toptree_alloc(TOPOLOGY, id); in toptree_new()