Re: [PATCH 3/9] mm/page_alloc: Add an array-based interface to the bulk page allocator

2021-04-12 Thread Vlastimil Babka
On 3/25/21 12:42 PM, Mel Gorman wrote: > The proposed callers for the bulk allocator store pages from the bulk > allocator in an array. This patch adds an array-based interface to the API > to avoid multiple list iterations. The page list interface is preserved > to avoid requiring all users of the

[PATCH 3/9] mm/page_alloc: Add an array-based interface to the bulk page allocator

2021-03-25 Thread Mel Gorman
The proposed callers for the bulk allocator store pages from the bulk allocator in an array. This patch adds an array-based interface to the API to avoid multiple list iterations. The page list interface is preserved to avoid requiring all users of the bulk API to allocate and manage enough storage