Lines Matching refs:get_hwpoison_page
1505 * get_hwpoison_page() - Get refcount for memory error handling
1509 * get_hwpoison_page() takes a page refcount of an error page to handle memory
1516 * allocation and free). So to avoid such races, get_hwpoison_page() takes
1527 * -EBUSY when get_hwpoison_page() has raced with page lifecycle
1531 static int get_hwpoison_page(struct page *p, unsigned long flags)
2235 res = get_hwpoison_page(p, flags);
2266 * And the flag can't be set in get_hwpoison_page() since
2272 * get_hwpoison_page() since they handle either free page
2558 ghp = get_hwpoison_page(p, MF_UNPOISON);
2766 ret = get_hwpoison_page(page, flags | MF_SOFT_OFFLINE);