kernel - add yields in the swap pager freeing path
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Feb 2013 05:10:10 +0000 (21:10 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Feb 2013 05:10:10 +0000 (21:10 -0800)
commit6235163e93a32a59c2238b308424707eaff2a738
tree18204a18e1c045b193ee5f6955dd9c53310439b1
parent96dfabd289865feeefb5125bad293296efbbc414
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.
sys/vm/swap_pager.c