Searched refs:unmap_success (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/mm/ |
D | memory-failure.c | 995 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 1286 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
|
D | huge_memory.c | 2326 bool unmap_success; in unmap_page() local 2333 unmap_success = try_to_unmap(page, ttu_flags); in unmap_page() 2334 VM_BUG_ON_PAGE(!unmap_success, page); in unmap_page()
|