/linux/tools/testing/selftests/net/ |
H A D | psock_lib.h | 77 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 D | psock_fanout.c | 263 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 D | ip_local_port_range.c | 232 int fds[2], i; in TEST_F() local 310 int fds[8]; in TEST_F() local
|
/linux/tools/include/nolibc/ |
H A D | poll.h | 24 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 D | bpf_iter_setsockopt.c | 22 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 D | migrate_reuseport.c | 128 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 D | sock_iter_batch.c | 18 int *fds[2] = {}; do_test() local [all...] |
H A D | lwt_helpers.h | 74 fd_set fds; in wait_for_packet() local
|
/linux/tools/bpf/bpftool/ |
H A D | common.c | 806 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 D | map.c | 633 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 D | bench_local_storage_create.c | 13 int *fds; member 149 int *fds = t->fds; in sk_producer() local
|
/linux/arch/um/os-Linux/ |
H A D | file.c | 365 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 D | ubd_user.c | 30 int fds[2], err; in start_io_thread() local
|
/linux/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 199 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 D | vsock_perf.c | 204 struct pollfd fds = { 0 }; in run_receiver() local 329 struct pollfd fds = { 0 }; in run_sender() local
|
H A D | vsock_test.c | 205 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 D | vsock_test_zerocopy.c | 148 struct pollfd fds = { 0 }; in test_client() local
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_poll_test.c | 28 struct pollfd fds; in main() local
|
H A D | pidfd_getfd_test.c | 246 struct pollfd fds; in TEST_F() local
|
/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.h | 20 int fds[2]; member
|
/linux/tools/testing/selftests/cgroup/ |
H A D | wait_inotify.c | 33 struct pollfd fds = { .events = POLLIN, }; in main() local
|
/linux/scripts/ |
H A D | jobserver-exec | 28 fds = opts[-1].split("=", 1)[1] variable
|
/linux/io_uring/ |
H A D | eventfd.c | 157 __s32 __user *fds = arg; io_eventfd_register() local
|
/linux/drivers/infiniband/core/ |
H A D | ucaps.c | 247 int ib_get_ucaps(int *fds, int fd_count, uint64_t *idx_mask) in ib_get_ucaps()
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 181 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...] |