intlist__next      66 tools/perf/util/intlist.h 	for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
intlist__next      76 tools/perf/util/intlist.h 	for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
intlist__next      77 tools/perf/util/intlist.h 	     pos = n, n = intlist__next(n))