Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemory-failure.c1331 static int action_result(unsigned long pfn, enum mf_action_page_type type, in action_result() function
1359 return action_result(pfn, ps->type, result); in page_action()
2063 return action_result(pfn, MF_MSG_UNKNOWN, MF_IGNORED); in try_memory_failure_hugetlb()
2091 return action_result(pfn, MF_MSG_FREE_HUGE, res); in try_memory_failure_hugetlb()
2098 return action_result(pfn, MF_MSG_UNMAP_FAILED, MF_IGNORED); in try_memory_failure_hugetlb()
2157 action_result(pfn, MF_MSG_DAX, rc ? MF_FAILED : MF_RECOVERED); in memory_failure_dev_pagemap()
2262 res = action_result(pfn, MF_MSG_BUDDY, res); in memory_failure()
2264 res = action_result(pfn, MF_MSG_KERNEL_HIGH_ORDER, MF_IGNORED); in memory_failure()
2268 res = action_result(pfn, MF_MSG_UNKNOWN, MF_IGNORED); in memory_failure()
2290 res = action_result(pfn, MF_MSG_UNSPLIT_THP, MF_IGNORED); in memory_failure()
[all …]