summaryrefslogtreecommitdiffstats
path: root/io_uring/wait.h
AgeCommit message (Collapse)AuthorLines
2026-01-22io_uring: split out CQ waiting code into wait.cJens Axboe-0/+49
Move the completion queue waiting and scheduling code out of io_uring.c into a dedicated wait.c file. This further removes code out of the main io_uring C and header file, and into a topical new file. Signed-off-by: Jens Axboe <axboe@kernel.dk>