Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemory-failure.c2519 int ret = -EBUSY, ghp; in unpoison_memory() local
2579 ghp = get_hwpoison_page(p, MF_UNPOISON); in unpoison_memory()
2580 if (!ghp) { in unpoison_memory()
2588 } else if (ghp < 0) { in unpoison_memory()
2589 if (ghp == -EHWPOISON) { in unpoison_memory()
2592 ret = ghp; in unpoison_memory()