diff options
author | Breno Leitao <leitao@debian.org> | 2023-01-12 06:44:11 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-29 15:17:41 -0700 |
commit | f30bd4d03824fb437bf080c2b2f926cfee3f09d0 (patch) | |
tree | 15a2881e392b0fec4f7a217aff51864b70e42ddb /lib/vdso | |
parent | a7dd27828b00be8c0c7520c53baf0b360f4d8bea (diff) |
io_uring: Split io_issue_def struct
This patch removes some "cold" fields from `struct io_issue_def`.
The plan is to keep only highly used fields into `struct io_issue_def`, so,
it may be hot in the cache. The hot fields are basically all the bitfields
and the callback functions for .issue and .prep.
The other less frequently used fields are now located in a secondary and
cold struct, called `io_cold_def`.
This is the size for the structs:
Before: io_issue_def = 56 bytes
After: io_issue_def = 24 bytes; io_cold_def = 40 bytes
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20230112144411.2624698-2-leitao@debian.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib/vdso')
0 files changed, 0 insertions, 0 deletions