Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory-failure.c872 [MF_IGNORED] = "Ignored",
1001 return MF_IGNORED; in me_unknown()
1249 case MF_IGNORED: in update_per_node_mf_stats()
1274 return type == MF_MSG_KERNEL && result == MF_IGNORED; in panic_on_unrecoverable_mf()
2099 return action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in try_memory_failure_hugetlb()
2345 return action_result(pfn, MF_MSG_PFN_MAP, MF_IGNORED); in memory_failure_pfn()
2478 res = action_result(pfn, MF_MSG_KERNEL_HIGH_ORDER, MF_IGNORED); in memory_failure()
2490 res = action_result(pfn, MF_MSG_KERNEL, MF_IGNORED); in memory_failure()
2494 res = action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in memory_failure()
2605 res = action_result(pfn, MF_MSG_TRUNCATED_LRU, MF_IGNORED); in memory_failure()
/linux/include/trace/events/
H A Dmemory-failure.h25 EM ( MF_IGNORED, "Ignored" ) \
/linux/include/linux/
H A Dmm.h5302 MF_IGNORED, /* Error: cannot be handled */ enumerator