Re: [rfc PATCH]slub: per cpu partial statistics change

From: Christoph Lameter
Date: Tue Feb 07 2012 - 10:12:49 EST


On Tue, 7 Feb 2012, Alex,Shi wrote:

> Yes, I want to account the unfreeze_partialsïï actions in
> put_cpu_partialï). The unfreezing accounting isn't conflict or repeat
> with the cpu_partial_free accounting, since they are different actions
> for the PCP.

Well what is happening here is that the whole per cpu partial list is
moved back to the per node partial list.

CPU_PARTIAL_DRAIN_TO_NODE_PARTIAL ?

A bit long I think. CPU_PARTIAL_DRAIN?

UNFREEZE does not truly reflect what is going on here.