linux/io_uring
Pavel Begunkov 757ef4682b io_uring/rsrc: optimise io_rsrc_data refcounting
Every struct io_rsrc_node takes a struct io_rsrc_data reference, which
means all rsrc updates do 2 extra atomics. Replace atomics refcounting
with a int as it's all done under ->uring_lock.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e73c3d6820cf679532696d790b5b8fae23537213.1680576071.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-04-04 09:30:39 -06:00
..
2023-04-03 07:16:15 -06:00
2022-12-07 06:47:13 -07:00
2023-04-03 07:16:15 -06:00
2023-01-29 15:17:41 -07:00
2023-04-03 07:16:15 -06:00
2023-04-03 07:16:15 -06:00