Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dintlist.h51 static inline struct int_node *intlist__next(struct int_node *in) in intlist__next() function
66 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
76 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
77 pos = n, n = intlist__next(n))