Displaying 1 result from an estimated 1 matches for "_hugetlb_hwpoison".
2024 Nov 12
0
[RFC PATCH v1 06/10] mm/hugetlb: use separate folio->_hugetlb_list for hugetlb-internals
...clude/linux/mm_types.h
>> +++ b/include/linux/mm_types.h
>> @@ -310,6 +310,7 @@ typedef struct {
>> * @_hugetlb_cgroup: Do not use directly, use accessor in hugetlb_cgroup.h.
>> * @_hugetlb_cgroup_rsvd: Do not use directly, use accessor in hugetlb_cgroup.h.
>> * @_hugetlb_hwpoison: Do not use directly, call raw_hwp_list_head().
>> + * @_hugetlb_list: To be used in hugetlb core code only.
>> * @_deferred_list: Folios to be split under memory pressure.
>> * @_unused_slab_obj_exts: Placeholder to match obj_exts in struct slab.
>> *
>> @@ -397...