Searched defs:nfds (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ |
A D | select.c | 970 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 1046 int nfds = restart_block->poll.nfds; in do_restart_poll() local 1064 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1097 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1123 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1396 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument 1422 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux/include/linux/ |
A D | restart_block.h | 51 int nfds; member
|
/linux/tools/testing/vsock/ |
A D | util.c | 53 int epollfd, nfds; in vsock_wait_remote_close() local
|
/linux/tools/perf/bench/ |
A D | epoll-ctl.c | 59 static unsigned int nfds = 64; variable
|
A D | epoll-wait.c | 110 static unsigned int nfds = 64; variable
|
/linux/tools/testing/selftests/x86/ |
A D | test_syscall_vdso.c | 171 int nfds; variable
|
/linux/tools/lib/perf/ |
A D | evlist.c | 299 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 1644 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() 1680 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 2139 int poll(struct pollfd *fds, int nfds, int timeout) in poll() 2200 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/linux/tools/testing/selftests/net/ |
A D | nettest.c | 1177 int nfds; in msg_loop() local
|
Completed in 21 milliseconds