Searched defs:ufds (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ |
D | select.c | 870 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 937 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 991 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
|
D | compat.c | 1418 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-4.4.14/include/linux/ |
D | thread_info.h | 42 struct pollfd __user *ufds; member
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1388 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 1448 struct pollfd ufds[1]; in block_till_state_change() local
|