diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-01-11 13:34:33 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-01-11 13:37:31 -0700 |
commit | 3f302388d45855c0b24802e7b414e3fb29f172e3 (patch) | |
tree | 073876c607431fdab4f0ff5f267c821bf96a0fcc /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h | |
parent | fe80eb15dea5125ea64845c9de0dd7f8478dd267 (diff) |
io_uring/rsrc: improve code generation for fixed file assignment
For the normal read/write path, we have already locked the ring
submission side when assigning the file. This causes branch
mispredictions when we then check and try and lock again in
io_req_set_rsrc_node(). As this is a very hot path, this matters.
Add a basic helper that already assumes we already have it locked,
and use that in io_file_get_fixed().
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.h')
0 files changed, 0 insertions, 0 deletions