Lines Matching refs:hugetlb
1386 bool hugetlb = false; in __get_hwpoison_page() local
1388 ret = get_hwpoison_hugetlb_folio(folio, &hugetlb, false); in __get_hwpoison_page()
1389 if (hugetlb) { in __get_hwpoison_page()
1483 bool hugetlb = false; in __get_unpoison_page() local
1485 ret = get_hwpoison_hugetlb_folio(folio, &hugetlb, true); in __get_unpoison_page()
1486 if (hugetlb) { in __get_unpoison_page()
2023 static int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
2031 *hugetlb = 1; in try_memory_failure_hugetlb()
2035 *hugetlb = 0; in try_memory_failure_hugetlb()
2091 static inline int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
2176 int hugetlb = 0; in memory_failure() local
2207 res = try_memory_failure_hugetlb(pfn, flags, &hugetlb); in memory_failure()
2208 if (hugetlb) in memory_failure()