Re: [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update

2020-10-05 Thread Michal Hocko
On Tue 22-09-20 16:37:04, Vlastimil Babka wrote: > The updates to pcplists' high and batch valued are handled by multiple > functions that make the calculations hard to follow. Consolidate everything > to pageset_set_high_and_batch() and remove pageset_set_batch() and > pageset_set_high()

Re: [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update

2020-09-25 Thread David Hildenbrand
On 22.09.20 16:37, Vlastimil Babka wrote: > The updates to pcplists' high and batch valued are handled by multiple > functions that make the calculations hard to follow. Consolidate everything > to pageset_set_high_and_batch() and remove pageset_set_batch() and > pageset_set_high() wrappers. > >

[PATCH 1/9] mm, page_alloc: clean up pageset high and batch update

2020-09-22 Thread Vlastimil Babka
The updates to pcplists' high and batch valued are handled by multiple functions that make the calculations hard to follow. Consolidate everything to pageset_set_high_and_batch() and remove pageset_set_batch() and pageset_set_high() wrappers. The only special case using one of the removed