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.