Searched defs:nfds (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | select.c | 700 static int do_poll(unsigned int nfds, struct poll_list *list, in do_poll() 771 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 839 int nfds = restart_block->poll.nfds; in do_restart_poll() local 858 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 893 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
|
D | compat.c | 1783 unsigned int nfds, struct compat_timespec __user *tsp, in compat_sys_ppoll()
|