Home
last modified time | relevance | path

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

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