K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-06-29T17:12:03.940307Z K 7 svn:log V 352 MFC 237334: Move the per-thread deferred user map entries list into a private list in vm_map_process_deferred() which is then iterated to release map entries. This avoids having a nested vm map unlock operation called from the loop body attempt to recuse into vm_map_process_deferred(). This can happen if the vm_map_remove() triggers the OOM killer. END