Searched defs:fds (Results 26 - 50 of 71) sorted by relevance

123

/linux-master/tools/virtio/
H A Dvirtio_test.c41 struct pollfd fds[1]; member in struct:vdev_info
H A Dvhost_net_test.c38 struct pollfd fds; member in struct:vq_info
/linux-master/arch/um/os-Linux/
H A Dsigio.c53 struct pollfds *fds, tmp; local
[all...]
H A Dfile.c375 int os_pipe(int *fds, int stream, int close_on_exec) argument
646 int os_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, argument
673 memcpy(CMSG_DATA(cmsg), fds, fds_siz local
681 os_poll(unsigned int n, const int *fds) argument
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c153 int *fds; local
188 free_fds(int *fds, unsigned int nr_close_fds) argument
[all...]
/linux-master/tools/testing/vsock/
H A Dvsock_perf.c204 struct pollfd fds = { 0 }; local
319 struct pollfd fds = { 0 }; local
[all...]
/linux-master/tools/perf/bench/
H A Dsched-messaging.c66 static void fdpair(int fds[2]) argument
224 int fds[2]; local
[all...]
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c229 struct pollfd fds[1]; local
/linux-master/tools/testing/selftests/net/
H A Dip_local_port_range.c232 int fds[2], i; local
310 int fds[8]; local
[all...]
H A Dudpgso_bench_tx.c243 struct pollfd fds = {0}; local
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c214 fd_set fds, efds; local
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c497 struct pollfd *fds; local
/linux-master/fs/jffs2/
H A Dreadinode.c1415 struct jffs2_full_dirent *fd, *fds; local
[all...]
H A Dnodelist.h247 struct jffs2_full_dirent *fds; member in struct:jffs2_readinode_info
/linux-master/arch/um/drivers/
H A Dvector_kern.h86 struct vector_fds *fds; member in struct:vector_private
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c360 static void close_fds(int *fds, int n) argument
H A Dxdp_metadata.c278 struct pollfd fds = {}; local
H A Dtoken.c151 int fds[1] = { fd }, err; local
170 memcpy(CMSG_DATA(cmsg), fds, sizeof(fds)); local
186 int fds[1], err; local
[all...]
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_intrs.c702 int32_t *fds = data; local
538 vfio_msi_set_block(struct vfio_pci_core_device *vdev, unsigned start, unsigned count, int32_t *fds, bool msix) argument
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c637 struct pollfd fds = { local
/linux-master/tools/include/nolibc/
H A Dtypes.h122 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK]; member in struct:__anon753
/linux-master/io_uring/
H A Drsrc.c359 __s32 __user *fds = u64_to_user_ptr(up->data); local
575 __s32 __user *fds = u64_to_user_ptr(up->arg); local
703 __s32 __user *fds = (__s32 __user *) arg; local
/linux-master/arch/um/kernel/
H A Dtime.c154 int fds[2] = { fd, time_travel_ext_fd }; local
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c41 fd_set fds, efds; local
/linux-master/tools/bpf/bpftool/
H A Dmap.c633 int *fds = NULL; local
768 maps_have_btf(int *fds, int nb_fds) argument
901 int *fds = NULL; local
[all...]

Completed in 283 milliseconds

123