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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstrlist.h49 static inline struct str_node *strlist__next(struct str_node *sn) function
64 for (pos = strlist__first(self); pos; pos = strlist__next(pos))
74 for (pos = strlist__first(self), n = strlist__next(pos); pos;\
75 pos = n, n = strlist__next(n))

Completed in 88 milliseconds