Home
last modified time | relevance | path

Searched refs:apoll_events (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/io_uring/
H A Dpoll.c296 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events()
297 req->cqe.res = vfs_poll(req->file, &pt) & req->apoll_events; in io_poll_check_events()
306 if (!(req->apoll_events & EPOLLONESHOT)) in io_poll_check_events()
313 if (req->apoll_events & EPOLLONESHOT) in io_poll_check_events()
319 req->apoll_events); in io_poll_check_events()
587 req->apoll_events = poll->events; in __io_arm_poll_handler()
/openbmc/linux/include/linux/
H A Dio_uring_types.h576 __poll_t apoll_events; member