Searched refs:toptree_next (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/s390/numa/ |
H A D | toptree.h | 32 struct toptree *toptree_next(struct toptree *cur, struct toptree *context, 48 ptree = toptree_next(ptree, cont, ttype)) 52 tmp = toptree_next(ptree, cont, ttype); \ 55 tmp = toptree_next(ptree, cont, ttype))
|
H A D | toptree.c | 285 * toptree_next - Tree traversal function 295 struct toptree *toptree_next(struct toptree *cur, struct toptree *context, toptree_next() function
|
Completed in 76 milliseconds