diff options
author | Joonsoo Kim <[email protected]> | 2013-10-24 10:07:49 +0900 |
---|---|---|
committer | Pekka Enberg <[email protected]> | 2013-10-24 20:17:34 +0300 |
commit | 8456a648cf44f14365f1f44de90a3da2526a4776 (patch) | |
tree | 07504fe582df01cfb04c710ed9655e7d875ed32a /tools/perf/util/trace-event-scripting.c | |
parent | 106a74e13b329cf609c145dc198087c04f5f8ca5 (diff) |
slab: use struct page for slab management
Now, there are a few field in struct slab, so we can overload these
over struct page. This will save some memory and reduce cache footprint.
After this change, slabp_cache and slab_size no longer related to
a struct slab, so rename them as freelist_cache and freelist_size.
These changes are just mechanical ones and there is no functional change.
Acked-by: Andi Kleen <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Signed-off-by: Joonsoo Kim <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions