Lines Matching refs:hugetlb
1248 bool hugetlb = false; in __get_hwpoison_page() local
1250 ret = get_hwpoison_huge_page(head, &hugetlb); in __get_hwpoison_page()
1251 if (hugetlb) in __get_hwpoison_page()
1338 bool hugetlb = false; in __get_unpoison_page() local
1340 ret = get_hwpoison_huge_page(head, &hugetlb); in __get_unpoison_page()
1341 if (hugetlb) in __get_unpoison_page()
1834 static int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
1841 *hugetlb = 1; in try_memory_failure_hugetlb()
1845 *hugetlb = 0; in try_memory_failure_hugetlb()
1905 static inline int try_memory_failure_hugetlb(unsigned long pfn, int flags, int *hugetlb) in try_memory_failure_hugetlb() argument
1985 int hugetlb = 0; in memory_failure() local
2015 res = try_memory_failure_hugetlb(pfn, flags, &hugetlb); in memory_failure()
2016 if (hugetlb) in memory_failure()