Searched refs:fdarray__filter (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | fdarray.c | 42 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 50 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 62 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 75 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 162 DEFINE_SUITE("Filter fds with revents mask in a fdarray", fdarray__filter);
|
| A D | tests.h | 112 DECLARE_SUITE(fdarray__filter);
|
| /linux/tools/lib/api/fd/ |
| A D | array.h | 46 int fdarray__filter(struct fdarray *fda, short revents,
|
| A D | array.c | 91 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter() function
|
| /linux/tools/lib/perf/ |
| A D | evlist.c | 340 return fdarray__filter(&evlist->pollfd, revents_and_mask, in perf_evlist__filter_pollfd()
|
Completed in 10 milliseconds