Searched refs:fdarray__filter (Results 1 – 4 of 4) sorted by relevance
/tools/perf/tests/ |
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()
|
/tools/lib/api/fd/ |
D | array.h | 46 int fdarray__filter(struct fdarray *fda, short revents,
|
D | array.c | 91 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter() function
|
/tools/lib/perf/ |
D | evlist.c | 340 return fdarray__filter(&evlist->pollfd, revents_and_mask, in perf_evlist__filter_pollfd()
|