Searched defs:ufds (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ |
| H A D | select.c | 963 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 1038 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 1054 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 1086 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1112 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument 1384 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument 1410 COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument
|