Home
last modified time | relevance | path

Searched defs:fda (Results 1 – 9 of 9) sorted by relevance

/linux/tools/lib/api/fd/
H A Darray.c13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() argument
21 int fdarray__grow(struct fdarray *fda, int nr) in fdarray__grow() argument
49 struct fdarray *fda = calloc(1, sizeof(*fda)); fdarray__new() local
63 fdarray__exit(struct fdarray * fda) fdarray__exit() argument
70 fdarray__delete(struct fdarray * fda) fdarray__delete() argument
76 fdarray__add(struct fdarray * fda,int fd,short revents,enum fdarray_flags flags) fdarray__add() argument
91 fdarray__dup_entry_from(struct fdarray * fda,int pos,struct fdarray * from) fdarray__dup_entry_from() argument
108 fdarray__filter(struct fdarray * fda,short revents,void (* entry_destructor)(struct fdarray * fda,int fd,void * arg),void * arg) fdarray__filter() argument
109 fdarray__filter(struct fdarray * fda,short revents,void (* entry_destructor)(struct fdarray * fda,int fd,void * arg),void * arg) fdarray__filter() argument
136 fdarray__poll(struct fdarray * fda,int timeout) fdarray__poll() argument
141 fdarray__fprintf(struct fdarray * fda,FILE * fp) fdarray__fprintf() argument
[all...]
H A Darray.h54 static inline int fdarray__available_entries(struct fdarray *fda) in fdarray__available_entries()
/linux/tools/perf/tests/
H A Dfdarray.c7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents()
20 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix()
34 struct fdarray *fda = fdarray__new(5, 5); in test__fdarray__filter() local
95 struct fdarray *fda = fdarray__new(2, 2); in test__fdarray__add() local
/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c162 int fda = fd; in do_accept() local
/linux/tools/lib/perf/
H A Devlist.c444 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered()
/linux/drivers/android/
H A Dbinder.c2140 struct binder_fd_array_object *fda; in binder_transaction_buffer_release() local
2671 struct binder_fd_array_object *fda, in binder_translate_fd_array()
3602 struct binder_fd_array_object *fda = in binder_transaction() local
/linux/tools/perf/
H A Dbuiltin-daemon.c1256 struct fdarray fda; in __cmd_start() local
[all...]
H A Dbuiltin-record.c1196 struct fdarray *fda = &evlist->core.pollfd; record__dup_non_perf_events() local
1730 record__thread_munmap_filtered(struct fdarray * fda,int fd,void * arg __maybe_unused) record__thread_munmap_filtered() argument
H A Dbuiltin-kvm.c1453 struct fdarray *fda = &kvm->evlist->core.pollfd; kvm_events_live_report() local