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

/linux-master/tools/perf/tests/
H A Dfdarray.c7 static void fdarray__init_revents(struct fdarray *fda, short revents) argument
20 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) argument
34 struct fdarray *fda = fdarray__new(5, 5); local
95 struct fdarray *fda = fdarray__new(2, 2); local
[all...]
/linux-master/tools/lib/api/fd/
H A Darray.h54 fdarray__available_entries(struct fdarray *fda) argument
[all...]
H A Darray.c13 void fdarray__init(struct fdarray *fda, int nr_autogrow) argument
21 int fdarray__grow(struct fdarray *fda, int nr) argument
49 struct fdarray *fda = calloc(1, sizeof(*fda)); local
63 fdarray__exit(struct fdarray *fda) argument
70 fdarray__delete(struct fdarray *fda) argument
76 fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags) argument
91 fdarray__dup_entry_from(struct fdarray *fda, int pos, struct fdarray *from) argument
108 fdarray__filter(struct fdarray *fda, short revents, void (*entry_destructor)(struct fdarray *fda, int fd, void *arg), void *arg) argument
136 fdarray__poll(struct fdarray *fda, int timeout) argument
141 fdarray__fprintf(struct fdarray *fda, FILE *fp) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c159 int fda = fd; local
/linux-master/tools/lib/perf/
H A Devlist.c359 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, argument
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1257 struct fdarray fda; local
[all...]
H A Dbuiltin-kvm.c1506 struct fdarray *fda = &kvm->evlist->core.pollfd; local
H A Dbuiltin-record.c1199 struct fdarray *fda = &evlist->core.pollfd; local
1661 static void record__thread_munmap_filtered(struct fdarray *fda, int fd, argument
/linux-master/drivers/android/
H A Dbinder.c2043 struct binder_fd_array_object *fda; local
2573 binder_translate_fd_array(struct list_head *pf_head, struct binder_fd_array_object *fda, const void __user *sender_ubuffer, struct binder_buffer_object *parent, struct binder_buffer_object *sender_uparent, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) argument
3447 struct binder_fd_array_object *fda = local
[all...]

Completed in 164 milliseconds