Searched refs:MF_COUNT_INCREASED (Results 1 – 4 of 4) sorted by relevance
56 return memory_failure(pfn, 18, MF_COUNT_INCREASED); in hwpoison_inject()
1122 if (!(flags & MF_COUNT_INCREASED) && !get_hwpoison_page(p)) { in memory_failure()1182 if (flags & MF_COUNT_INCREASED) in memory_failure()1534 if (flags & MF_COUNT_INCREASED) in __get_any_page()1749 if (flags & MF_COUNT_INCREASED) in soft_offline_page()1757 if (flags & MF_COUNT_INCREASED) in soft_offline_page()
359 ret = soft_offline_page(p, MF_COUNT_INCREASED); in madvise_hwpoison()367 memory_failure(page_to_pfn(p), 0, MF_COUNT_INCREASED); in madvise_hwpoison()
2218 MF_COUNT_INCREASED = 1 << 0, enumerator