Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dmemory-failure.c2505 int ret = -EBUSY, ghp; in unpoison_memory() local
2558 ghp = get_hwpoison_page(p, MF_UNPOISON); in unpoison_memory()
2559 if (!ghp) { in unpoison_memory()
2567 } else if (ghp < 0) { in unpoison_memory()
2568 if (ghp == -EHWPOISON) { in unpoison_memory()
2571 ret = ghp; in unpoison_memory()