Displaying 1 result from an estimated 1 matches for "__page_3".
Did you mean:
_page_3
2024 Nov 12
0
[RFC PATCH v1 06/10] mm/hugetlb: use separate folio->_hugetlb_list for hugetlb-internals
...> };
>> + union {
>> + struct {
>> + unsigned long _flags_3;
>> + unsigned long _head_3;
>> + /* public: */
>> + struct list_head _hugetlb_list;
>> + /* private: the union with struct page is transitional */
>> + };
>> + struct page __page_3;
>> + };
>> +
>> };
>>
> As far as I know, increasing the size of folio maybe decrease
> the revenue of HVO, do you measure it?
We should always have a writable page2, even with HVO. So nothing should
change at this point. Thanks!
--
Cheers,
David / dhildenb