Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/api/fd/
H A Darray.h52 fdarray__available_entries(struct fdarray *fda) fdarray__available_entries() argument
[all...]
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__filter(struct fdarray *fda, short revents, void (*entry_destructor)(struct fdarray *fda, int fd, void *arg), void *arg) fdarray__filter() argument
119 fdarray__poll(struct fdarray *fda, int timeout) fdarray__poll() argument
124 fdarray__fprintf(struct fdarray *fda, FILE *fp) fdarray__fprintf() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dfdarray.c7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents() argument
20 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix() argument
34 struct fdarray *fda = fdarray__new(5, 5); test__fdarray__filter() local
95 struct fdarray *fda = fdarray__new(2, 2); test__fdarray__add() local
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dfdarray.c7 static void fdarray__init_revents(struct fdarray *fda, short revents) in fdarray__init_revents() argument
20 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix() argument
34 struct fdarray *fda = fdarray__new(5, 5); test__fdarray__filter() local
95 struct fdarray *fda = fdarray__new(2, 2); test__fdarray__add() local
[all...]
/kernel/linux/linux-6.6/tools/lib/api/fd/
H A Darray.h54 fdarray__available_entries(struct fdarray *fda) fdarray__available_entries() argument
[all...]
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
136 fdarray__poll(struct fdarray *fda, int timeout) fdarray__poll() argument
141 fdarray__fprintf(struct fdarray *fda, FILE *fp) fdarray__fprintf() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/
H A Devlist.c323 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered() argument
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dmsg_zerocopy.c159 int fda = fd; in do_accept() local
/kernel/linux/linux-6.6/tools/lib/perf/
H A Devlist.c353 static void perf_evlist__munmap_filtered(struct fdarray *fda, int fd, in perf_evlist__munmap_filtered() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c159 int fda = fd; in do_accept() local
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kvm.c985 struct fdarray *fda = &kvm->evlist->core.pollfd; in kvm_events_live_report() local
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c1257 struct fdarray fda; in __cmd_start() local
[all...]
H A Dbuiltin-kvm.c1506 struct fdarray *fda = &kvm->evlist->core.pollfd; in kvm_events_live_report() local
H A Dbuiltin-record.c1130 struct fdarray *fda = &evlist->core.pollfd; in record__dup_non_perf_events() local
1617 static void record__thread_munmap_filtered(struct fdarray *fda, int fd, in record__thread_munmap_filtered() argument
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c2426 struct binder_fd_array_object *fda; in binder_transaction_buffer_release() local
2956 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) binder_translate_fd_array() argument
3694 struct binder_fd_array_object *fda = binder_transaction() local
[all...]
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c2077 struct binder_fd_array_object *fda; in binder_transaction_buffer_release() local
2608 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) binder_translate_fd_array() argument
3493 struct binder_fd_array_object *fda = binder_transaction() local
[all...]

Completed in 26 milliseconds