Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c995 bool unmap_success = true; in hwpoison_user_mappings() local
1058 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
1070 unmap_success = try_to_unmap(hpage, in hwpoison_user_mappings()
1075 unmap_success = false; in hwpoison_user_mappings()
1078 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
1081 if (!unmap_success) in hwpoison_user_mappings()
1103 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings()
1105 return unmap_success; in hwpoison_user_mappings()
1226 const bool unmap_success = true; in memory_failure_dev_pagemap() local
1298 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()