Searched defs:nfds (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/fs/ |
D | select.c | 960 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 1028 int nfds = restart_block->poll.nfds; in do_restart_poll() local 1047 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1081 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1107 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1374 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument 1400 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/Linux-v5.4/include/linux/ |
D | restart_block.h | 50 int nfds; member
|
/Linux-v5.4/tools/perf/lib/ |
D | evlist.c | 250 int nfds = 0; in perf_evlist__alloc_pollfd() local
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 171 int nfds; variable
|
/Linux-v5.4/tools/perf/bench/ |
D | epoll-ctl.c | 61 static unsigned int nfds = 64; variable
|
D | epoll-wait.c | 112 static unsigned int nfds = 64; variable
|
/Linux-v5.4/drivers/misc/mic/scif/ |
D | scif_api.c | 1378 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
|
/Linux-v5.4/tools/include/nolibc/ |
D | nolibc.h | 1625 int sys_poll(struct pollfd *fds, int nfds, int timeout) in sys_poll() 1649 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 2062 int poll(struct pollfd *fds, int nfds, int timeout) in poll() 2123 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select()
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | nettest.c | 925 int nfds; in msg_loop() local
|