| /kernel/linux/linux-6.6/kernel/ |
| H A D | audit.h | 209 int fds[2]; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | cow.c | 127 int fds[2]; in child_vmsplice_memcmp_fn() local 251 int ret, fds[2]; in do_test_vmsplice_in_parent() local [all...] |
| /kernel/liteos_a/kernel/common/ |
| H A D | console.c | 551 INT32 FilepPoll(struct file *filep, const struct file_operations_vfs *fops, poll_table *fds) in FilepPoll() argument 939 STATIC INT32 ConsolePoll(struct file *filep, poll_table *fds) in ConsolePoll() argument
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | common.c | 734 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag() argument 802 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds() argument 870 int *fds = NULL; prog_parse_fd() local 895 map_fd_by_name(char *name, int **fds) map_fd_by_name() argument 953 map_parse_fds(int *argc, char ***argv, int **fds) map_parse_fds() argument 1007 int *fds = NULL; map_parse_fd() local [all...] |
| H A D | prog.c | 599 int *fds = NULL; in do_show_subset() local 881 int *fds = NULL; in do_dump() local [all...] |
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| H A D | types.h | 123 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK]; member
|
| H A D | sys.h | 832 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() argument 850 int poll(struct pollfd *fds, int nfds, int timeout) in poll() argument
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | io_uring.h | 204 __aligned_u64 fds; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | io_uring.h | 204 __aligned_u64 fds; member
|
| /kernel/linux/linux-5.10/drivers/fpga/ |
| H A D | dfl.c | 1846 s32 *fds; in dfl_feature_ioctl_set_irq() local 1787 dfl_fpga_set_irq_triggers(struct dfl_feature *feature, unsigned int start, unsigned int count, int32_t *fds) dfl_fpga_set_irq_triggers() argument [all...] |
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | ubd_kern.c | 60 int fds[2]; member [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 303 int *fds[4] = {&s1, &s2, &c1, &c2}; in sockmap_init_sockets() local
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | ubd_kern.c | 61 int fds[2]; member [all...] |
| H A D | virtio_uml.c | 632 int fds[2]; in vhost_user_set_mem_table() local 81 full_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, unsigned int fds_num) full_sendmsg_fds() argument 226 vhost_user_send(struct virtio_uml_device *vu_dev, bool need_response, struct vhost_user_msg *msg, int *fds, size_t num_fds) vhost_user_send() argument [all...] |
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | xdpsock_user.c | 1175 static void rx_drop(struct xsk_socket_info *xsk, struct pollfd *fds) in rx_drop() argument 1220 struct pollfd fds[MAX_SOCKS] = {}; in rx_drop_all() local 1101 complete_tx_l2fwd(struct xsk_socket_info *xsk, struct pollfd *fds) complete_tx_l2fwd() argument 1300 struct pollfd fds[MAX_SOCKS] = {}; tx_only_all() local 1337 l2fwd(struct xsk_socket_info *xsk, struct pollfd *fds) l2fwd() argument 1390 struct pollfd fds[MAX_SOCKS] = {}; l2fwd_all() local [all...] |
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| H A D | prog.c | 525 int *fds = NULL; in do_show_subset() local 789 int *fds = NULL; in do_dump() local [all...] |
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | io_uring.h | 334 __aligned_u64 /* __s32 * */ fds; member
|
| /kernel/linux/linux-6.6/drivers/fpga/ |
| H A D | dfl.c | 1998 s32 *fds; in dfl_feature_ioctl_set_irq() local 1939 dfl_fpga_set_irq_triggers(struct dfl_feature *feature, unsigned int start, unsigned int count, int32_t *fds) dfl_fpga_set_irq_triggers() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 967 static int receive_pkts(struct test_spec *test, struct pollfd *fds) in receive_pkts() argument 1095 static int __send_pkts(struct ifobject *ifobject, struct pollfd *fds, bool timeout) in __send_pkts() argument 1220 struct pollfd fds = { }; in send_pkts() local 1494 struct pollfd fds = { }; worker_testapp_validate_rx() local [all...] |
| H A D | test_sockmap.c | 303 int *fds[4] = {&s1, &s2, &c1, &c2}; in sockmap_init_sockets() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 619 struct pollfd fds = { in copyfd_io_poll() local [all...] |
| /kernel/liteos_a/syscall/ |
| H A D | fs_syscall.c | 180 static int PollfdToSystem(struct pollfd *fds, nfds_t nfds, int **pollFdsBak) in PollfdToSystem() argument 208 static void RestorePollfd(struct pollfd *fds, nfds_t nfds, const int *pollFds) in RestorePollfd() argument 219 static int UserPoll(struct pollfd *fds, nfds_t nfds, int timeout) in UserPoll() argument 1552 SysPoll(struct pollfd *fds, nfds_t nfds, int timeout) SysPoll() argument 2657 SysPpoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmo_p, const sigset_t *sigMask, int nsig) SysPpoll() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.h | 413 struct dpaa2_fd fds[DEV_MAP_BULK_SIZE]; member
|
| /kernel/linux/linux-5.10/tools/include/nolibc/ |
| H A D | nolibc.h | 1636 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() argument 2073 int poll(struct pollfd *fds, int nfds, int timeout) in poll() argument
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | io_uring.h | 566 __aligned_u64 /* __s32 * */ fds; member
|