]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring: split out CQ waiting code into wait.c
authorJens Axboe <axboe@kernel.dk>
Thu, 22 Jan 2026 15:40:19 +0000 (08:40 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 22 Jan 2026 16:21:16 +0000 (09:21 -0700)
commit0105b0562a5ed6374f06e5cd4246a3f1311a65a0
treec650f7abca5cd50e52d8d4ce431ae9f0a1d98863
parent7642e668606009fcd3fe1fc161a79ef90403d507
io_uring: split out CQ waiting code into wait.c

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>
io_uring/Makefile
io_uring/cancel.c
io_uring/io_uring.c
io_uring/tw.c
io_uring/tw.h
io_uring/wait.c [new file with mode: 0644]
io_uring/wait.h [new file with mode: 0644]