Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstrlist.h55 static inline struct str_node *strlist__next(struct str_node *sn) in strlist__next() function
70 for (pos = strlist__first(slist); pos; pos = strlist__next(pos))
80 for (pos = strlist__first(slist), n = strlist__next(pos); pos;\
81 pos = n, n = strlist__next(n))