DragonFly BSD
DragonFly commits List (threaded) for 2013-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - add yields in the swap pager freeing path


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 20 Feb 2013 21:10:58 -0800 (PST)

commit 6235163e93a32a59c2238b308424707eaff2a738
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]