Searched defs:nfds (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ |
D | select.c | 781 static int do_poll(unsigned int nfds, struct poll_list *list, in do_poll() 870 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 938 int nfds = restart_block->poll.nfds; in do_restart_poll() local 957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 991 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
|
D | compat.c | 1419 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-4.4.14/include/linux/ |
D | thread_info.h | 43 int nfds; member
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 172 int nfds; variable
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1388 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 477 int nfds = 0; in perf_evlist__alloc_pollfd() local
|