Re: SLUB: statistics improvements

2008-02-06 Thread Christoph Lameter
On Wed, 6 Feb 2008, Eric Dumazet wrote: > > + for_each_online_cpu(cpu) { > > + int x = get_cpu_slab(s, cpu)->stat[si]; > > unsigned int x = ... Ahh. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: SLUB: statistics improvements

2008-02-06 Thread Eric Dumazet
Christoph Lameter a écrit : SLUB: statistics improvements - Fix indentation in unfreeze_slab - FREE_SLAB/ALLOC_SLAB counters were slightly misplaced and counted even if the slab was kept because we were below the mininum of partial slabs. - Export per cpu statistics to user space (follow n

Re: SLUB: statistics improvements

2008-02-06 Thread Christoph Lameter
SLUB: statistics improvements - Fix indentation in unfreeze_slab - FREE_SLAB/ALLOC_SLAB counters were slightly misplaced and counted even if the slab was kept because we were below the mininum of partial slabs. - Export per cpu statistics to user space (follow numa convention but change th