Searched defs:fda (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/tools/lib/api/fd/ |
D | array.c | 12 void fdarray__init(struct fdarray *fda, int nr_autogrow) in fdarray__init() 20 int fdarray__grow(struct fdarray *fda, int nr) in fdarray__grow() 45 struct fdarray *fda = calloc(1, sizeof(*fda)); in fdarray__new() local 59 void fdarray__exit(struct fdarray *fda) in fdarray__exit() 66 void fdarray__delete(struct fdarray *fda) in fdarray__delete() 72 int fdarray__add(struct fdarray *fda, int fd, short revents) in fdarray__add() 86 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter() 87 void (*entry_destructor)(struct fdarray *fda, int fd, void *arg), in fdarray__filter() 114 int fdarray__poll(struct fdarray *fda, int timeout) in fdarray__poll() 119 int fdarray__fprintf(struct fdarray *fda, FILE *fp) in fdarray__fprintf()
|
D | array.h | 44 static inline int fdarray__available_entries(struct fdarray *fda) in fdarray__available_entries()
|
/Linux-v5.4/tools/perf/tests/ |
D | fdarray.c | 7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents() 19 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix() 33 struct fdarray *fda = fdarray__new(5, 5); in test__fdarray__filter() local 111 struct fdarray *fda = fdarray__new(2, 2); in test__fdarray__add() local
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 160 int fda = fd; in do_accept() local
|
/Linux-v5.4/tools/perf/ |
D | builtin-kvm.c | 985 struct fdarray *fda = &kvm->evlist->core.pollfd; in kvm_events_live_report() local
|
/Linux-v5.4/drivers/android/ |
D | binder.c | 2360 struct binder_fd_array_object *fda; in binder_transaction_buffer_release() local 2625 static int binder_translate_fd_array(struct binder_fd_array_object *fda, in binder_translate_fd_array() 3315 struct binder_fd_array_object *fda = in binder_transaction() local
|
/Linux-v5.4/tools/perf/util/ |
D | evlist.c | 406 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered()
|