commit | b789ef518b2a7231b0668c813f677cee528a9d3f | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Jun 01 12:25:49 2011 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Jul 02 13:26:53 2011 +0300 |
tree | 08c300c4dde3e1386670962f233612a366bc59af | |
parent | fc9bb8c768abe7ae10861c3510e01a95f98d5933 [diff] |
slub: Add cmpxchg_double_slab() Add a function that operates on the second doubleword in the page struct and manipulates the object counters, the freelist and the frozen attribute. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>