K 10 svn:author V 5 markj K 8 svn:date V 27 2018-03-06T16:10:47.476172Z K 7 svn:log V 637 Batch updates to a reservation's population map. Each such update causes the reservation to be requeued in the per-domain partially populated reservation queue, preserving LRU. The queue is protected by the per-domain reservation lock. Now that vm_reserv_extend() and vm_reserv_alloc_page() opportunistically return multiple consecutive pages to support vm_page_alloc_pages_after(), it is beneficial to requeue the reservation only after all popmap updates are finished, rather than requeuing once per page. This also helps with contiguous allocation requests, which may also return multiple pages depending on the request constraints. END