Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmemory-failure.c2503 int ret = -EBUSY, ghp; in unpoison_memory() local
2556 ghp = get_hwpoison_page(p, MF_UNPOISON); in unpoison_memory()
2557 if (!ghp) { in unpoison_memory()
2565 } else if (ghp < 0) { in unpoison_memory()
2566 if (ghp == -EHWPOISON) { in unpoison_memory()
2569 ret = ghp; in unpoison_memory()