summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-10-28 02:25:37 +0300
committerJens Axboe <axboe@kernel.dk>2020-12-09 22:03:59 +0300
commitf2f87370bb6664e5babb6705e886cfb340f163e1 (patch)
tree95fd079b822a78a7b71e31951603c8114c866cca /tools/perf/scripts/python/sched-migration.py
parent90cd7e424969d29aff653333b4dcb4e2e199d791 (diff)
downloadlinux-f2f87370bb6664e5babb6705e886cfb340f163e1.tar.xz
io_uring: link requests with singly linked list
Singly linked list for keeping linked requests is enough, because we almost always operate on the head and traverse forward with the exception of linked timeouts going 1 hop backwards. Replace ->link_list with a handmade singly linked list. Also kill REQ_F_LINK_HEAD in favour of checking a newly added ->list for NULL directly. That saves 8B in io_kiocb, is not as heavy as list fixup, makes better use of cache by not touching a previous request (i.e. last request of the link) each time on list modification and optimises cache use further in the following patch, and actually makes travesal easier removing in the end some lines. Also, keeping invariant in ->list instead of having REQ_F_LINK_HEAD is less error-prone. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions