Searched defs:ufds (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/ | 
| D | select.c | 960 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds,  in do_sys_poll()1027 	struct pollfd __user *ufds = restart_block->poll.ufds;  in do_restart_poll()  local
 1047 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE3()  argument
 1081 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE5()  argument
 1107 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds,  in SYSCALL_DEFINE5()  argument
 1373 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds,  in COMPAT_SYSCALL_DEFINE5()  argument
 1399 COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds,  in COMPAT_SYSCALL_DEFINE5()  argument
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | restart_block.h | 49 			struct pollfd __user *ufds;  member
 | 
| /Linux-v5.4/drivers/misc/mic/scif/ | 
| D | scif_api.c | 1378 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs)  in scif_poll()
 | 
| /Linux-v5.4/samples/mic/mpssd/ | 
| D | mpssd.c | 1437 	struct pollfd ufds[1];  in block_till_state_change()  local
 |