Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h138 static inline __poll_t demangle_poll(u16 val) in demangle_poll() function
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c870 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
H A Daio.c1856 req->events = demangle_poll(iocb->aio_buf) | EPOLLERR | EPOLLHUP; in aio_poll()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c3114 return demangle_poll(outarg.revents); in fuse_file_poll()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5757 return demangle_poll(events) | (events & (EPOLLEXCLUSIVE|EPOLLONESHOT)); in io_poll_parse_events()