git: kernel - add yields in the swap pager freeing path
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 20 21:10:58 PST 2013
commit 6235163e93a32a59c2238b308424707eaff2a738
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 20 21:10:10 2013 -0800
kernel - add yields in the swap pager freeing path
* Add yields in swp_pager_meta_free*(). This routine can loop
heavily on very large VM objects and we don't want it to stall
the cpu.
Summary of changes:
sys/vm/swap_pager.c | 4 ++++
1 file changed, 4 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6235163e93a32a59c2238b308424707eaff2a738
--
DragonFly BSD source repository
More information about the Commits
mailing list