Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dstrlist.h50 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function
65 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
75 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\
76 pos = n, n = strlist__next(n))