Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpoll.h138 static inline __poll_t demangle_poll(u16 val) in demangle_poll() function
/Linux-v5.4/fs/
Dselect.c857 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
Daio.c1733 req->events = demangle_poll(iocb->aio_buf) | EPOLLERR | EPOLLHUP; in aio_poll()
Dio_uring.c1851 poll->events = demangle_poll(events) | EPOLLERR | EPOLLHUP; in io_poll_add()
/Linux-v5.4/fs/fuse/
Dfile.c2988 return demangle_poll(outarg.revents); in fuse_file_poll()