Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/numa/
Dtoptree.h33 struct toptree *toptree_next(struct toptree *cur, struct toptree *context,
49 ptree = toptree_next(ptree, cont, ttype))
53 tmp = toptree_next(ptree, cont, ttype); \
56 tmp = toptree_next(ptree, cont, ttype))
Dtoptree.c304 struct toptree *toptree_next(struct toptree *cur, struct toptree *context, in toptree_next() function