Lines Matching refs:hugetlb
1358 bool hugetlb = false; in __get_hwpoison_page() local
1360 ret = get_hwpoison_hugetlb_folio(folio, &hugetlb, false); in __get_hwpoison_page()
1361 if (hugetlb) { in __get_hwpoison_page()
1457 bool hugetlb = false; in __get_unpoison_page() local
1459 ret = get_hwpoison_hugetlb_folio(folio, &hugetlb, true); in __get_unpoison_page()
1460 if (hugetlb) { in __get_unpoison_page()
2035 static int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
2043 *hugetlb = 1; in try_memory_failure_hugetlb()
2048 *hugetlb = 0; in try_memory_failure_hugetlb()
2110 static inline int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
2350 int hugetlb = 0; in memory_failure() local
2389 res = try_memory_failure_hugetlb(pfn, flags, &hugetlb); in memory_failure()
2390 if (hugetlb) in memory_failure()