Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmemory-failure.c1320 static int action_result(unsigned long pfn, enum mf_action_page_type type, in action_result() function
1348 return action_result(pfn, ps->type, result); in page_action()
2049 return action_result(pfn, MF_MSG_UNKNOWN, MF_IGNORED); in try_memory_failure_hugetlb()
2077 return action_result(pfn, MF_MSG_FREE_HUGE, res); in try_memory_failure_hugetlb()
2084 return action_result(pfn, MF_MSG_UNMAP_FAILED, MF_IGNORED); in try_memory_failure_hugetlb()
2143 action_result(pfn, MF_MSG_DAX, rc ? MF_FAILED : MF_RECOVERED); in memory_failure_dev_pagemap()
2248 res = action_result(pfn, MF_MSG_BUDDY, res); in memory_failure()
2250 res = action_result(pfn, MF_MSG_KERNEL_HIGH_ORDER, MF_IGNORED); in memory_failure()
2254 res = action_result(pfn, MF_MSG_UNKNOWN, MF_IGNORED); in memory_failure()
2276 res = action_result(pfn, MF_MSG_UNSPLIT_THP, MF_IGNORED); in memory_failure()
[all …]