diff options
author | Xiubo Li <xiubli@redhat.com> | 2022-02-15 20:23:14 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2022-03-01 18:26:37 +0100 |
commit | ab58a5a1c0487b67f7409f39d3c8593d416d4e7f (patch) | |
tree | 5f31cd00559f75dc0fc46dc6ffcc7fe84c248e4b /tools/perf | |
parent | 6ddf5f165f13ab623d04aee2a473d35818255199 (diff) | |
download | linux-ab58a5a1c0487b67f7409f39d3c8593d416d4e7f.tar.gz linux-ab58a5a1c0487b67f7409f39d3c8593d416d4e7f.tar.bz2 linux-ab58a5a1c0487b67f7409f39d3c8593d416d4e7f.zip |
ceph: move to a dedicated slabcache for ceph_cap_snap
There could be huge number of capsnaps around at any given time. On
x86_64 the structure is 248 bytes, which will be rounded up to 256 bytes
by kzalloc. Move this to a dedicated slabcache to save 8 bytes for each.
[ jlayton: use kmem_cache_zalloc ]
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions