Home
last modified time | relevance | path

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

/mm/
Dmemory-failure.c971 bool unmap_success; in hwpoison_user_mappings() local
1033 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
1034 if (!unmap_success) in hwpoison_user_mappings()
1056 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings()
1058 return unmap_success; in hwpoison_user_mappings()
1160 const bool unmap_success = true; in memory_failure_dev_pagemap() local
1220 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
Dhuge_memory.c2423 bool unmap_success; in unmap_page() local
2430 unmap_success = try_to_unmap(page, ttu_flags); in unmap_page()
2431 VM_BUG_ON_PAGE(!unmap_success, page); in unmap_page()