Searched refs:ufds (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/ |
D | select.c | 870 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() argument 893 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 918 for (j = 0; j < walk->len; j++, ufds++) in do_sys_poll() 919 if (__put_user(fds[j].revents, &ufds->revents)) in do_sys_poll() 937 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 948 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument 969 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 976 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3() 991 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument [all …]
|
D | compat.c | 1418 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument 1448 ret = do_sys_poll(ufds, nfds, to); in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | syscall.h | 24 asmlinkage long sys_ppoll(struct pollfd __user *ufds, unsigned int nfds,
|
/linux-4.1.27/include/linux/ |
D | thread_info.h | 42 struct pollfd __user *ufds; member
|
D | poll.h | 157 extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
|
D | compat.h | 545 asmlinkage long compat_sys_ppoll(struct pollfd __user *ufds,
|
D | syscalls.h | 622 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 1402 struct pollfd ufds[1]; in mic_config() local 1454 ufds[0].fd = fd; in mic_config() 1455 ufds[0].events = POLLERR | POLLPRI; in mic_config() 1456 ret = poll(ufds, 1, -1); in mic_config()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 128 COMPAT_SYSCALL_WRAP3(poll, struct pollfd __user *, ufds, unsigned int, nfds, int, timeout);
|