Home
last modified time | relevance | path

Searched refs:ufds (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/userspace-api/media/mediactl/
A Drequest-func-poll.rst22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
27 ``ufds``
31 Number of file descriptor events at the \*ufds array
62 One or more of the ``ufds`` members specify an invalid file
66 ``ufds`` references an inaccessible memory area.
/linux/Documentation/userspace-api/media/cec/
A Dcec-func-poll.rst22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
27 ``ufds``
31 Number of FD events at the \*ufds array
63 One or more of the ``ufds`` members specify an invalid file
67 ``ufds`` references an inaccessible memory area.
/linux/fs/
A Dselect.c993 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll()
1014 if (!user_write_access_begin(ufds, nfds * sizeof(*ufds))) in do_sys_poll()
1021 for (j = walk->len; j; fds++, ufds++, j--) in do_sys_poll()
1045 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local
1056 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll()
1076 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3()
1082 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()
1117 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5()
1143 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5()
1415 ret = do_sys_poll(ufds, nfds, to); in COMPAT_SYSCALL_DEFINE5()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dfunc-poll.rst22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
98 One or more of the ``ufds`` members specify an invalid file
106 ``ufds`` references an inaccessible memory area.
/linux/include/linux/
A Drestart_block.h50 struct pollfd __user *ufds; member
A Dcompat.h640 asmlinkage long compat_sys_ppoll_time32(struct pollfd __user *ufds,
645 asmlinkage long compat_sys_ppoll_time64(struct pollfd __user *ufds,
A Dsyscalls.h1159 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,

Completed in 17 milliseconds