| /kernel/liteos_a/testsuites/unittest/libc/io/full/ |
| H A D | It_stdlib_poll_003.cpp | 34 int nfds; member
|
| /kernel/linux/linux-6.6/tools/thermal/lib/ |
| H A D | mainloop.c | 27 int i, nfds; in mainloop() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | restart_block.h | 50 int nfds; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | restart_block.h | 51 int nfds; member
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | poll.c | 91 STATIC INT32 QueryFds(struct pollfd *fds, nfds_t nfds, struct PollTable *table) in QueryFds() argument 157 STATIC INLINE INT32 PollTimedWait(struct pollfd *fds, nfds_t nfds, struct PollTable *table, INT32 timeout) in PollTimedWait() argument 200 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
|
| /kernel/linux/linux-5.10/tools/testing/vsock/ |
| H A D | util.c | 53 int epollfd, nfds; in vsock_wait_remote_close() local
|
| /kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
| H A D | net_socket_test_009.cpp | 138 static int HandleReadfds(struct pollfd *fds, int nfds, int lsfd) in HandleReadfds() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 171 int nfds; variable
|
| /kernel/linux/linux-5.10/tools/perf/bench/ |
| H A D | epoll-ctl.c | 60 static unsigned int nfds = 64; variable [all...] |
| H A D | epoll-wait.c | 111 static unsigned int nfds = 64; variable [all...] |
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | epoll-ctl.c | 60 static unsigned int nfds = 64; variable [all...] |
| H A D | epoll-wait.c | 111 static unsigned int nfds = 64; variable [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 171 int nfds; variable
|
| /kernel/linux/linux-6.6/tools/testing/vsock/ |
| H A D | util.c | 53 int epollfd, nfds; in vsock_wait_remote_close() local
|
| /kernel/linux/linux-5.10/tools/lib/perf/ |
| H A D | evlist.c | 293 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
| /kernel/linux/linux-6.6/tools/lib/perf/ |
| H A D | evlist.c | 323 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | sockets_porting.c | 253 int poll(struct pollfd *fds, nfds_t nfds, int timeout)
in poll() argument
|
| /kernel/uniproton/src/net/lwip-2.1/src/ |
| H A D | sockets.c | 245 int poll(struct pollfd *fds, nfds_t nfds, int timeout)
in poll() argument
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | select.c | 973 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 1049 int nfds = restart_block->poll.nfds; in do_restart_poll() local [all...] |
| /kernel/linux/linux-6.6/fs/ |
| H A D | select.c | 974 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 1050 int nfds = restart_block->poll.nfds; in do_restart_poll() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | nettest.c | 945 int nfds; in msg_loop() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | nettest.c | 1254 int nfds; in msg_loop() local
|
| /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 1147 SysSelect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) SysSelect() 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 2691 SysPselect6(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const long data[2]) SysPselect6() argument [all...] |
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| 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 914 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() argument 942 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) select() argument [all...] |
| /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 1660 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() argument 2073 int poll(struct pollfd *fds, int nfds, int timeout) in poll() argument 2134 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select() argument [all...] |