summaryrefslogtreecommitdiff
path: root/io_uring/eventfd.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-29io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe1-21/+29
2024-10-29io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe1-11/+30
2024-10-29io_uring/eventfd: move trigger check into a helperJens Axboe1-3/+12
2024-10-29io_uring/eventfd: move actual signaling part into separate helperJens Axboe1-10/+18
2024-10-29io_uring/eventfd: check for the need to async notifier earlierJens Axboe1-3/+2
2024-10-29io_uring/eventfd: abstract out ev_fd put helperJens Axboe1-4/+8
2024-09-09io_uring/eventfd: move refs to refcount_tJens Axboe1-6/+6
2024-09-02io_uring: add new line after variable declarationAnuj Gupta1-0/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe1-0/+160