Searched refs:get_hwpoison_page (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dmemory-failure.c1526 * get_hwpoison_page() - Get refcount for memory error handling
1530 * get_hwpoison_page() takes a page refcount of an error page to handle memory
1537 * allocation and free). So to avoid such races, get_hwpoison_page() takes
1548 * -EBUSY when get_hwpoison_page() has raced with page lifecycle
1552 static int get_hwpoison_page(struct page *p, unsigned long flags) function
2262 res = get_hwpoison_page(p, flags);
2293 * And the flag can't be set in get_hwpoison_page() since
2299 * get_hwpoison_page() since they handle either free page
2585 ghp = get_hwpoison_page(p, MF_UNPOISON);
2793 ret = get_hwpoison_page(pag
[all...]

Completed in 112 milliseconds