]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: count allocated requests
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 9 May 2025 11:12:53 +0000 (12:12 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 May 2025 14:01:02 +0000 (08:01 -0600)
commit63de899cb6220357dea9d0f4e5aa459ff5193bb0
tree5a1e97f68cff6242ef489e989df1443a4b333498
parentb0c8a6401fbca91da4fe0dc10d61a770f1581e45
io_uring: count allocated requests

Keep track of the number requests a ring currently has allocated (and
not freed), it'll be needed in the next patch.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/c8f8308294dc2a1cb8925d984d937d4fc14ab5d4.1746788718.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c