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:
1e23502
)
kmemleak: Allow rescheduling during an object scanning
author
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:12 +0000
(14:29 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 27 Aug 2009 13:29:12 +0000
(14:29 +0100)
If the object size is bigger than a predefined value (4K in this case),
release the object lock during scanning and call cond_resched().
Re-acquire the lock after rescheduling and test whether the object is
still valid.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found