Searched defs:ufds (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/ | 
| D | select.c | 970 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds,  in do_sys_poll()1037 	struct pollfd __user *ufds = restart_block->poll.ufds;  in do_restart_poll()  local
 1057 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE3()  argument
 1091 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE5()  argument
 1117 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE5()  argument
 1389 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds,  in COMPAT_SYSCALL_DEFINE5()  argument
 1415 COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds,  in COMPAT_SYSCALL_DEFINE5()  argument
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | restart_block.h | 49 			struct pollfd __user *ufds;  member
 |