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

/linux-master/mm/
H A Dmemory-failure.c2532 int ret = -EBUSY, ghp; local
2585 ghp = get_hwpoison_page(p, MF_UNPOISON);
2586 if (!ghp) {
2594 } else if (ghp < 0) {
2595 if (ghp == -EHWPOISON) {
2598 ret = ghp;

Completed in 117 milliseconds