Re: [PATCH] Show slab memory usage on OOM and SysRq-M (v2)

From: Dave Hansen
Date: Tue Apr 17 2007 - 13:38:29 EST


On Tue, 2007-04-17 at 19:34 +0400, Pavel Emelianov wrote:
> +#define SHOW_TOP_SLABS 10

Real minor nit on this one: SHOW_TOP_SLABS sounds like a bool. "Should
I show the top slabs?"

This might be a bit more clear:

#define TOP_NR_SLABS_TO_SHOW 10

or

#define NR_SLABS_TO_SHOW 10

-- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/