Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmemory-failure.c1361 return action_result(pfn, ps->type, result); in page_action()
2083 action_result(pfn, MF_MSG_ALREADY_POISONED, MF_FAILED); in try_memory_failure_hugetlb()
2091 return action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in try_memory_failure_hugetlb()
2119 return action_result(pfn, MF_MSG_FREE_HUGE, res); in try_memory_failure_hugetlb()
2126 return action_result(pfn, MF_MSG_UNMAP_FAILED, MF_FAILED); in try_memory_failure_hugetlb()
2276 action_result(pfn, MF_MSG_ALREADY_POISONED, MF_FAILED); in memory_failure()
2307 res = action_result(pfn, MF_MSG_BUDDY, res); in memory_failure()
2313 res = action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in memory_failure()
2350 action_result(pfn, MF_MSG_UNSPLIT_THP, MF_FAILED); in memory_failure()
2404 res = action_result(pfn, MF_MSG_UNMAP_FAILED, MF_FAILED); in memory_failure()
[all …]