Searched refs:intlist__next (Results 1 – 2 of 2) sorted by relevance
50 static inline struct int_node *intlist__next(struct int_node *in) in intlist__next() function65 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))75 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\76 pos = n, n = intlist__next(n))
2876 inode = intlist__next(inode); in thread__dump_stats()