Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpoll.h138 static inline __poll_t demangle_poll(u16 val) in demangle_poll() function
/linux-4.19.296/fs/
Dselect.c826 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
Daio.c1855 req->events = demangle_poll(iocb->aio_buf) | EPOLLERR | EPOLLHUP; in aio_poll()
/linux-4.19.296/fs/fuse/
Dfile.c2822 return demangle_poll(outarg.revents); in fuse_file_poll()