Hi Christoph, On Mon, Oct 22, 2012 at 11:41 AM, Christoph Lameter <cl@xxxxxxxxx> wrote: > On Mon, 22 Oct 2012, Ezequiel Garcia wrote: > >> On page allocations, SLAB and SLUB modify zone page state counters >> NR_SLAB_UNRECLAIMABLE or NR_SLAB_RECLAIMABLE. >> This allows to obtain slab usage information at /proc/meminfo. >> >> Without this patch, /proc/meminfo will show zero Slab usage for SLOB. >> >> Since SLOB discards SLAB_RECLAIM_ACCOUNT flag, we always use >> NR_SLAB_UNRECLAIMABLE zone state item. > ... and I have a question about this. SLUB handles large kmalloc allocations falling back to page-size allocations (kmalloc_large, etc). This path doesn't touch NR_SLAB_XXRECLAIMABLE zone item state. Without fully understanding it, I've decided to implement the same behavior for SLOB, leaving page-size allocations unaccounted on /proc/meminfo. Is this expected / wanted ? SLAB, on the other side, handles every allocation through some slab cache, so it always set the zone state. Thanks! Ezequiel -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>