Home
last modified time | relevance | path

Searched refs:hwpoison_filter (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c177 int hwpoison_filter(struct page *p) in hwpoison_filter() function
194 int hwpoison_filter(struct page *p) in hwpoison_filter() function
200 EXPORT_SYMBOL_GPL(hwpoison_filter);
1171 if ((hwpoison_filter(p) && TestClearPageHWPoison(p)) in memory_failure_hugetlb()
1257 if (hwpoison_filter(page)) { in memory_failure_dev_pagemap()
1440 if (hwpoison_filter(p)) { in memory_failure()
H A Dhwpoison-inject.c45 err = hwpoison_filter(hpage); in hwpoison_inject()
H A Dinternal.h571 extern int hwpoison_filter(struct page *p);