linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] move slabinfo processing to common code
@ 2012-09-28 15:03 Glauber Costa
  2012-09-28 15:03 ` [PATCH v2 1/3] move slabinfo processing to slab_common.c Glauber Costa
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Glauber Costa @ 2012-09-28 15:03 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mm, Andrew Morton, Pekka Enberg, Christoph Lameter

Hi,

This patch moves on with the slab caches commonization, by moving
the slabinfo processing to common code in slab_common.c. It only touches
slub and slab, since slob doesn't create that file, which is protected
by a Kconfig switch.

Enjoy,

v2: return objects per slab and cache order in slabinfo structure as well

Glauber Costa (3):
  move slabinfo processing to slab_common.c
  move print_slabinfo_header to slab_common.c
  sl[au]b: process slabinfo_show in common code

 mm/slab.c        | 118 ++++++++++++-------------------------------------------
 mm/slab.h        |  20 ++++++++++
 mm/slab_common.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++
 mm/slub.c        |  77 ++++++------------------------------
 4 files changed, 166 insertions(+), 158 deletions(-)

-- 
1.7.11.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-19 10:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-28 15:03 [PATCH v2 0/3] move slabinfo processing to common code Glauber Costa
2012-09-28 15:03 ` [PATCH v2 1/3] move slabinfo processing to slab_common.c Glauber Costa
2012-09-28 15:03 ` [PATCH v2 2/3] move print_slabinfo_header " Glauber Costa
2012-09-28 15:03 ` [PATCH v2 3/3] sl[au]b: process slabinfo_show in common code Glauber Costa
2012-09-28 16:26   ` Christoph Lameter
2012-10-19 10:38 ` [PATCH v2 0/3] move slabinfo processing to " Glauber Costa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox