diff options
| author | Jens Axboe <axboe@kernel.dk> | 2024-11-03 08:46:07 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2024-11-06 13:55:36 -0700 |
| commit | 6f94cbc29adacc15007c5a16295052e674099282 (patch) | |
| tree | e7cd3fa78367dedba9c456a43e871af6a7250dca /tools/perf/scripts/python/stackcollapse.py | |
| parent | io_uring/rsrc: encode node type and ctx together (diff) | |
| download | linux-6f94cbc29adacc15007c5a16295052e674099282.tar.gz linux-6f94cbc29adacc15007c5a16295052e674099282.zip | |
io_uring/rsrc: split io_kiocb node type assignments
Currently the io_rsrc_node assignment in io_kiocb is an array of two
pointers, as two nodes may be assigned to a request - one file node,
and one buffer node. However, the buffer node can co-exist with the
provided buffers, as currently it's not supported to use both provided
and registered buffers at the same time.
This crucially brings struct io_kiocb down to 4 cache lines again, as
before it spilled into the 5th cacheline.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
