summaryrefslogtreecommitdiffstats
path: root/io_uring/poll.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring: avoid indirect function calls for the hottest task_workJens Axboe2023-06-021-0/+2
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-02-261-0/+1
* io_uring: add abstraction around apoll cacheJens Axboe2022-07-251-2/+7
* io_uring: move apoll cache to poll.cJens Axboe2022-07-251-0/+2
* io_uring: move a few private types to local headersJens Axboe2022-07-251-0/+1
* io_uring: propagate locking state to poll cancelPavel Begunkov2022-07-251-1/+2
* io_uring: move poll handling into its own fileJens Axboe2022-07-251-0/+30