Searched refs:intlist__first (Results 1 – 2 of 2) sorted by relevance
45 static inline struct int_node *intlist__first(struct intlist *ilist) in intlist__first() function65 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))75 for (pos = intlist__first(ilist), n = intlist__next(pos); pos;\
2845 struct int_node *inode = intlist__first(ttrace->syscall_stats); in thread__dump_stats()