diff options
| author | Christoph Lameter <[email protected]> | 2007-07-17 04:03:20 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-17 10:23:01 -0700 |
| commit | 68dff6a9af9f27df5aeee6d0339818b0e36c1b51 (patch) | |
| tree | f25cc5e85925a8901e301e8f8d5d04188f27c0ee /include/linux/debugobjects.h | |
| parent | 5b95a4acf157eee552e013795b54eaa2ab1ee4a1 (diff) | |
SLUB slab validation: Move tracking information alloc outside of lock
We currently have to do an GFP_ATOMIC allocation because the list_lock is
already taken when we first allocate memory for tracking allocation
information. It would be better if we could avoid atomic allocations.
Allocate a size of the tracking table that is usually sufficient (one page)
before we take the list lock. We will then only do the atomic allocation
if we need to resize the table to become larger than a page (mostly only
needed under large NUMA because of the tracking of cpus and nodes otherwise
the table stays small).
Signed-off-by: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions