Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmemory-failure.c920 [MF_IGNORED] = "Ignored",
1048 return MF_IGNORED; in me_kernel()
1059 return MF_IGNORED; in me_unknown()
1310 case MF_IGNORED: in update_per_node_mf_stats()
2091 return action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in try_memory_failure_hugetlb()
2309 res = action_result(pfn, MF_MSG_KERNEL_HIGH_ORDER, MF_IGNORED); in memory_failure()
2313 res = action_result(pfn, MF_MSG_GET_HWPOISON, MF_IGNORED); in memory_failure()
2413 res = action_result(pfn, MF_MSG_TRUNCATED_LRU, MF_IGNORED); in memory_failure()
/linux-6.15/include/ras/
H A Dras_event.h351 EM ( MF_IGNORED, "Ignored" ) \
/linux-6.15/include/linux/
H A Dmm.h4103 MF_IGNORED, /* Error: cannot be handled */ enumerator