mirror of
https://github.com/torvalds/linux
synced 2026-07-26 20:50:56 +09:00
To test and profile the overhead of io_uring task_work and the various types of it, add IORING_NOP_TW which tells nop to signal completions through task_work rather than complete them inline. Signed-off-by: Jens Axboe <axboe@kernel.dk>