John Baldwin 3614c6fcbb - Add in several asserts of vm_mtx.
- Assert Giant in vm_pageout_scan() for the vnode hacking that it does.
- Don't hold vm_mtx around vget() or vput().
- Lock Giant when calling vm_pageout_scan() from the pagedaemon.  Also,
  lock curproc while setting the P_BUFEXHAUST flag.
- For now we still hold Giant for all of the vm_daemon.  When process
  limits are locked we will be only need Giant for swapout_procs().
2001-05-23 22:48:28 +00:00
..
2001-05-23 10:06:48 +00:00
2001-05-21 18:52:02 +00:00
2001-05-23 22:11:25 +00:00
2001-05-20 03:12:55 +00:00
2001-05-23 10:02:22 +00:00
2001-05-23 20:41:17 +00:00
2001-05-21 12:51:44 +00:00
2001-05-23 20:33:54 +00:00
2001-05-23 22:48:28 +00:00