Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpoll.h134 static inline __poll_t demangle_poll(u16 val) in demangle_poll() function
/Linux-v4.19/fs/
Dselect.c823 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
Daio.c1723 req->events = demangle_poll(iocb->aio_buf) | EPOLLERR | EPOLLHUP; in aio_poll()
/Linux-v4.19/fs/fuse/
Dfile.c2791 return demangle_poll(outarg.revents); in fuse_file_poll()