Home
last modified time | relevance | path

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

/fs/
Dselect.c764 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument
779 pwait->_key = pollfd->events|POLLERR|POLLHUP; in do_pollfd()
780 pwait->_key |= busy_flag; in do_pollfd()
781 mask = f.file->f_op->poll(f.file, pwait); in do_pollfd()