Searched defs:nfds (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/linux/ |
D | restart_block.h | 50 int nfds; member
|
/linux-4.19.296/fs/ |
D | select.c | 929 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 997 int nfds = restart_block->poll.nfds; in do_restart_poll() local 1015 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1048 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1377 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-4.19.296/drivers/misc/mic/scif/ |
D | scif_api.c | 1387 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
|