Searched refs:hwpoison_user_mappings (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | memory-failure.c | 989 static bool hwpoison_user_mappings(struct page *p, unsigned long pfn, in hwpoison_user_mappings() function 1210 if (!hwpoison_user_mappings(p, pfn, flags, &head)) { in memory_failure_hugetlb() 1474 if (!hwpoison_user_mappings(p, pfn, flags, &p)) { in memory_failure()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory-failure.c | 1549 static bool hwpoison_user_mappings(struct page *p, unsigned long pfn, in hwpoison_user_mappings() function 2084 if (!hwpoison_user_mappings(p, pfn, flags, &folio->page)) { in try_memory_failure_hugetlb() 2350 if (!hwpoison_user_mappings(p, pfn, flags, p)) { in memory_failure()
|
Completed in 6 milliseconds