K 10 svn:author V 3 das K 8 svn:date V 27 2003-03-12T23:13:16.000000Z K 7 svn:log V 307 - When the VM daemon is out of swap space and looking for a process to kill, don't block on a map lock while holding the process lock. Instead, skip processes whose map locks are held and find something else to kill. - Add vm_map_trylock_read() to support the above. Reviewed by: alc, mike (mentor) END