Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dintlist.c65 static struct int_node *__intlist__findnew(struct intlist *ilist, in __intlist__findnew() function
87 return __intlist__findnew(ilist, i, false); in intlist__find()
92 return __intlist__findnew(ilist, i, true); in intlist__findnew()