]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] slab: add transfer_objects() function
authorChristoph Lameter <clameter@sgi.com>
Sat, 25 Mar 2006 11:06:44 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:22:49 +0000 (08:22 -0800)
commit898f10176fb988b191a8214143775acf1f3184fa
treec27a3da70d638bcf32f75c28d1da3f1eb18cb617
parentda843acc6e9fbbf3008525821de903c5d73c6dff
[PATCH] slab: add transfer_objects() function

slabr_objects() can be used to transfer objects between various object
caches of the slab allocator.  It is currently only used during
__cache_alloc() to retrieve elements from the shared array.  We will be
using it soon to transfer elements from the alien caches to the remote
shared array.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c