Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dintlist.h46 static inline struct int_node *intlist__first(struct intlist *ilist) in intlist__first() function
66 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
76 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintlist.h46 static inline struct int_node *intlist__first(struct intlist *ilist) in intlist__first() function
66 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
76 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\

Completed in 1 milliseconds