Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/net/
H A Dpsock_lib.h77 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open()
113 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char()
135 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send()
140 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
H A Dpsock_fanout.c263 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read()
332 int fds[2]; in test_control_group() local
376 int fds[3]; in test_control_group_max_num_members() local
426 int fds[3]; in test_unique_fanout_group_ids() local
484 int fds[2], fds_udp[2][2], ret; in test_datapath() local
H A Dip_local_port_range.c232 int fds[2], i; in TEST_F() local
310 int fds[8]; in TEST_F() local
/linux/tools/include/nolibc/
H A Dpoll.h24 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll()
50 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt.c22 static unsigned int set_bpf_cubic(int *fds, unsigned int nr_fds) in set_bpf_cubic()
35 static unsigned int check_bpf_dctcp(int *fds, unsigned int nr_fds) in check_bpf_dctcp()
H A Dmigrate_reuseport.c128 static void init_fds(__s64 fds[], int len) in init_fds()
136 static void close_fds(__s64 fds[], int len) in close_fds()
H A Dsock_iter_batch.c18 int *fds[2] = {}; do_test() local
[all...]
H A Dlwt_helpers.h74 fd_set fds; in wait_for_packet() local
/linux/tools/bpf/bpftool/
H A Dcommon.c806 prog_fd_by_nametag(void * nametag,int ** fds,bool tag) prog_fd_by_nametag() argument
874 prog_parse_fds(int * argc,char *** argv,int ** fds) prog_parse_fds() argument
942 int *fds = NULL; prog_parse_fd() local
967 map_fd_by_name(char * name,int ** fds) map_fd_by_name() argument
1025 map_parse_fds(int * argc,char *** argv,int ** fds) map_parse_fds() argument
1079 int *fds = NULL; map_parse_fd() local
[all...]
H A Dmap.c633 int *fds = NULL; in do_show_subset() local
768 maps_have_btf(int * fds,int nb_fds) maps_have_btf() argument
901 int *fds = NULL; do_dump() local
[all...]
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c13 int *fds; member
149 int *fds = t->fds; in sk_producer() local
/linux/arch/um/os-Linux/
H A Dfile.c365 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe()
507 ssize_t os_rcv_fd_msg(int fd, int *fds, unsigned int n_fds, in os_rcv_fd_msg()
643 int os_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, in os_sendmsg_fds()
678 int os_poll(unsigned int n, const int *fds) in os_poll()
/linux/arch/um/drivers/
H A Dubd_user.c30 int fds[2], err; in start_io_thread() local
/linux/samples/nitro_enclaves/
H A Dne_ioctl_sample.c199 struct pollfd fds[1] = {}; in ne_poll_enclave_fd() local
656 struct pollfd fds[1] = {}; in ne_start_enclave_check_booted() local
/linux/tools/testing/vsock/
H A Dvsock_perf.c204 struct pollfd fds = { 0 }; in run_receiver() local
329 struct pollfd fds = { 0 }; in run_sender() local
H A Dvsock_test.c205 int fds[MULTICONN_NFDS]; in test_stream_multiconn_client() local
229 int fds[MULTICONN_NFDS]; in test_stream_multiconn_server() local
831 struct pollfd fds; in test_stream_poll_rcvlowat_client() local
1373 struct pollfd fds; in test_stream_credit_update_test() local
1535 struct pollfd fds = { 0 }; in test_stream_msgzcopy_leak_errq_client() local
H A Dvsock_test_zerocopy.c148 struct pollfd fds = { 0 }; in test_client() local
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c28 struct pollfd fds; in main() local
H A Dpidfd_getfd_test.c246 struct pollfd fds; in TEST_F() local
/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.h20 int fds[2]; member
/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c33 struct pollfd fds = { .events = POLLIN, }; in main() local
/linux/scripts/
H A Djobserver-exec28 fds = opts[-1].split("=", 1)[1] variable
/linux/io_uring/
H A Deventfd.c157 __s32 __user *fds = arg; io_eventfd_register() local
/linux/drivers/infiniband/core/
H A Ducaps.c247 int ib_get_ucaps(int *fds, int fd_count, uint64_t *idx_mask) in ib_get_ucaps()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c181 int *fds; in start_reuseport_server() local
214 free_fds(int * fds,unsigned int nr_close_fds) free_fds() argument
922 fd_set fds; traffic_monitor_thread() local
[all...]

123