Re: [PATCH 05/11] mm/page_alloc: Batch the accounting updates in the bulk allocator

2021-04-14 Thread Vlastimil Babka
On 4/14/21 3:39 PM, Mel Gorman wrote: > Now that the zone_statistics are simple counters that do not require > special protection, the bulk allocator accounting updates can be batch > updated without adding too much complexity with protected RMW updates or > using xchg. > > Signed-off-by: Mel

[PATCH 05/11] mm/page_alloc: Batch the accounting updates in the bulk allocator

2021-04-14 Thread Mel Gorman
Now that the zone_statistics are simple counters that do not require special protection, the bulk allocator accounting updates can be batch updated without adding too much complexity with protected RMW updates or using xchg. Signed-off-by: Mel Gorman --- include/linux/vmstat.h | 8