Re: [PATCH v3 3/7] mm/khugepaged: introduce a count_collapse_event() helper
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.mm,gmane.linux.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/26 21:25, Nico Pache (Red Hat) wrote: > Provide a simple helper function to help reduce a often used, and > duplicate pattern across the khugepaged code. > > When collapsing to a PMD we need to record a vm_event and the mTHP_stat > event. When doing mTHP collapse we only update the mTHP stat. > > Reviewed-by: Baolin Wang <[email protected]> > Acked-by: Usama Arif <[email protected]> > Signed-off-by: Nico Pache (Red Hat) <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David