+2
−1
+0
−371
+3
−76
io_uring/tw.c
0 → 100644
+354
−0
io_uring/tw.h
0 → 100644
+124
−0
File added.
Preview size limit exceeded, changes collapsed.
Loading
Move the task work handling code out of io_uring.c into a new tw.c file.
This includes the local work, normal work, and fallback work handling
infrastructure.
The associated tw.h header contains io_should_terminate_tw() as a static
inline helper, along with the necessary function declarations.
Signed-off-by:
Jens Axboe <axboe@kernel.dk>
File added.
Preview size limit exceeded, changes collapsed.