git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33de04e
)
slub: get_map() function to establish map of free objects in a slab
author
Christoph Lameter
<cl@linux.com>
Fri, 15 Apr 2011 19:48:13 +0000
(14:48 -0500)
committer
Pekka Enberg
<penberg@kernel.org>
Sun, 17 Apr 2011 11:03:19 +0000
(14:03 +0300)
The bit map of free objects in a slab page is determined in various functions
if debugging is enabled.
Provide a common function for that purpose.
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
No differences found