Searched refs:fdarray__filter (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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()
 162 DEFINE_SUITE("Filter fds with revents mask in a fdarray", fdarray__filter);
 
 | 
| D | tests.h | 112 DECLARE_SUITE(fdarray__filter);
 | 
| /Linux-v6.6/tools/lib/api/fd/ | 
| D | array.h | 48 int fdarray__filter(struct fdarray *fda, short revents,
 | 
| D | array.c | 108 int fdarray__filter(struct fdarray *fda, short revents,  in fdarray__filter()  function
 | 
| /Linux-v6.6/tools/lib/perf/ | 
| D | evlist.c | 364 	return fdarray__filter(&evlist->pollfd, revents_and_mask,  in perf_evlist__filter_pollfd()
 | 
| /Linux-v6.6/tools/perf/ | 
| D | builtin-record.c | 1663 			if (fdarray__filter(pollfd, POLLERR | POLLHUP,  in record__thread()2686 			if (fdarray__filter(&thread->pollfd, POLLERR | POLLHUP,  in __cmd_record()
 
 |