Home
last modified time | relevance | path

Searched defs:nfds (Results 1 - 25 of 25) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdlib_poll_003.cpp34 int nfds; member
/kernel/linux/linux-6.6/tools/thermal/lib/
H A Dmainloop.c27 int i, nfds; in mainloop() local
/kernel/linux/linux-5.10/include/linux/
H A Drestart_block.h50 int nfds; member
/kernel/linux/linux-6.6/include/linux/
H A Drestart_block.h51 int nfds; member
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c91 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 Dutil.c53 int epollfd, nfds; in vsock_wait_remote_close() local
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_009.cpp138 static int HandleReadfds(struct pollfd *fds, int nfds, int lsfd) in HandleReadfds() argument
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c171 int nfds; variable
/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-ctl.c60 static unsigned int nfds = 64; variable
[all...]
H A Depoll-wait.c111 static unsigned int nfds = 64; variable
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H A Depoll-ctl.c60 static unsigned int nfds = 64; variable
[all...]
H A Depoll-wait.c111 static unsigned int nfds = 64; variable
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c171 int nfds; variable
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dutil.c53 int epollfd, nfds; in vsock_wait_remote_close() local
/kernel/linux/linux-5.10/tools/lib/perf/
H A Devlist.c293 int nfds = 0; in perf_evlist__alloc_pollfd() local
/kernel/linux/linux-6.6/tools/lib/perf/
H A Devlist.c323 int nfds = 0; in perf_evlist__alloc_pollfd() local
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c253 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c245 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
/kernel/linux/linux-5.10/fs/
H A Dselect.c973 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 Dselect.c974 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 Dnettest.c945 int nfds; in msg_loop() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c1254 int nfds; in msg_loop() local
/kernel/liteos_a/syscall/
H A Dfs_syscall.c180 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 Dsys.h832 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 Dnolibc.h1636 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...]

Completed in 27 milliseconds