Searched refs:__intlist__findnew (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intlist.c | 60 static struct int_node *__intlist__findnew(struct intlist *ilist, in __intlist__findnew() function 82 return __intlist__findnew(ilist, i, false); in intlist__find() 87 return __intlist__findnew(ilist, i, true); in intlist__findnew()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intlist.c | 65 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()
|
Completed in 1 milliseconds