Home
last modified time | relevance | path

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

/linux/tools/lib/api/fd/
A Darray.c13 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init()
21 int fdarray__grow(struct fdarray *fda, int nr) in fdarray__grow()
49 struct fdarray *fda = calloc(1, sizeof(*fda)); in fdarray__new() local
63 void fdarray__exit(struct fdarray *fda) in fdarray__exit()
70 void fdarray__delete(struct fdarray *fda) in fdarray__delete()
76 int fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags) in fdarray__add()
91 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter()
92 void (*entry_destructor)(struct fdarray *fda, int fd, void *arg), in fdarray__filter()
119 int fdarray__poll(struct fdarray *fda, int timeout) in fdarray__poll()
124 int fdarray__fprintf(struct fdarray *fda, FILE *fp) in fdarray__fprintf()
A Darray.h52 static inline int fdarray__available_entries(struct fdarray *fda) in fdarray__available_entries()
/linux/tools/perf/tests/
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/
A Dmsg_zerocopy.c159 int fda = fd; in do_accept() local
/linux/tools/lib/perf/
A Devlist.c329 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered()
/linux/drivers/android/
A Dbinder.c1951 struct binder_fd_array_object *fda; in binder_transaction_buffer_release() local
2223 static int binder_translate_fd_array(struct binder_fd_array_object *fda, in binder_translate_fd_array()
2926 struct binder_fd_array_object *fda = in binder_transaction() local
/linux/tools/perf/
A Dbuiltin-daemon.c1257 struct fdarray fda; in __cmd_start() local
A Dbuiltin-kvm.c985 struct fdarray *fda = &kvm->evlist->core.pollfd; in kvm_events_live_report() local

Completed in 27 milliseconds