]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
slub: Update statistics handling for variable order slabs
authorChristoph Lameter <clameter@sgi.com>
Mon, 14 Apr 2008 16:11:40 +0000 (19:11 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Sun, 27 Apr 2008 15:28:17 +0000 (18:28 +0300)
commit205ab99dd103e3dd5b0964dad8a16dfe2db69b2e
tree026a601ea25681cbf34f37360880f78a305a32f5
parent834f3d119234b35a1985a2449831d99356637937
slub: Update statistics handling for variable order slabs

Change the statistics to consider that slabs of the same slabcache
can have different number of objects in them since they may be of
different order.

Provide a new sysfs field

total_objects

which shows the total objects that the allocated slabs of a slabcache
could hold.

Add a max field that holds the largest slab order that was ever used
for a slab cache.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Documentation/vm/slabinfo.c
include/linux/slub_def.h
mm/slub.c