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

/linux-master/mm/
H A Dmemory-failure.c1337 static int action_result(unsigned long pfn, enum mf_action_page_type type, function
1365 return action_result(pfn, ps->type, result);
1941 /* the first error event will be counted in action_result(). */
2078 return action_result(pfn, MF_MSG_UNKNOWN, MF_IGNORED);
2106 return action_result(pfn, MF_MSG_FREE_HUGE, res);
2113 return action_result(pfn, MF_MSG_UNMAP_FAILED, MF_IGNORED);
2172 action_result(pfn, MF_MSG_DAX, rc ? MF_FAILED : MF_RECOVERED);
2277 res = action_result(pfn, MF_MSG_BUDDY, res);
2279 res = action_result(pfn, MF_MSG_KERNEL_HIGH_ORDER, MF_IGNORED);
2283 res = action_result(pf
[all...]

Completed in 133 milliseconds