Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 23 of 23) sorted by relevance

/tools/testing/selftests/net/
Dpsock_lib.h75 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open()
111 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char()
133 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send()
138 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
Dpsock_fanout.c221 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read()
255 int fds[2]; in test_control_group() local
292 int fds[3]; in test_unique_fanout_group_ids() local
350 int fds[2], fds_udp[2][2], ret; in test_datapath() local
Dpsock_snd.c364 int fdr, fds, total_len; in run_test() local
Dudpgso_bench_tx.c243 struct pollfd fds = {0}; in flush_errqueue() local
/tools/bpf/bpftool/
Dcommon.c654 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag()
713 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds()
781 int *fds = NULL; in prog_parse_fd() local
806 static int map_fd_by_name(char *name, int **fds) in map_fd_by_name()
864 int map_parse_fds(int *argc, char ***argv, int **fds) in map_parse_fds()
918 int *fds = NULL; in map_parse_fd() local
Dmap.c648 int *fds = NULL; in do_show_subset() local
773 static int maps_have_btf(int *fds, int nb_fds) in maps_have_btf()
907 int *fds = NULL; in do_dump() local
Dprog.c525 int *fds = NULL; in do_show_subset() local
789 int *fds = NULL; in do_dump() local
/tools/testing/selftests/pidfd/
Dpidfd_poll_test.c28 struct pollfd fds; in main() local
/tools/testing/selftests/powerpc/pmu/
Dlib.h20 int fds[2]; member
/tools/testing/vsock/
Dvsock_test.c207 int fds[MULTICONN_NFDS]; in test_stream_multiconn_client() local
231 int fds[MULTICONN_NFDS]; in test_stream_multiconn_server() local
/tools/testing/selftests/sync/
Dsync.c60 struct pollfd fds; in sync_wait() local
/tools/perf/bench/
Dsched-messaging.c205 int fds[2]; in group() local
/tools/perf/tests/
Dbpf.c44 int fds[2], i; in llseek_loop() local
/tools/testing/selftests/filesystems/binderfs/
Dbinderfs_test.c363 int fds[1000]; in TEST() local
/tools/virtio/
Dvirtio_test.c41 struct pollfd fds[1]; member
/tools/usb/usbip/src/
Dusbipd.c497 struct pollfd *fds; in do_standalone_mode() local
/tools/testing/selftests/cgroup/
Dtest_freezer.c88 struct pollfd fds = { in cg_wait_for() local
/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c358 static void close_fds(int *fds, int n) in close_fds()
/tools/io_uring/
Dio_uring-bench.c86 __s32 *fds; member
/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c342 struct pollfd fds = { in copyfd_io_poll() local
/tools/testing/selftests/bpf/
Dtest_sockmap.c303 int *fds[4] = {&s1, &s2, &c1, &c2}; in sockmap_init_sockets() local
/tools/include/nolibc/
Dnolibc.h1636 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll()
2073 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
/tools/lib/bpf/
Dlibbpf.c267 int *fds; member