Searched refs:unmap_success (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/mm/ |
D | memory-failure.c | 969 bool unmap_success; in hwpoison_user_mappings() local 1031 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings() 1032 if (!unmap_success) in hwpoison_user_mappings() 1054 kill_procs(&tokill, forcekill, !unmap_success, pfn, flags); in hwpoison_user_mappings() 1056 return unmap_success; in hwpoison_user_mappings() 1158 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()
|
D | huge_memory.c | 2329 bool unmap_success; in freeze_page() local 2336 unmap_success = try_to_unmap(page, ttu_flags); in freeze_page() 2337 VM_BUG_ON_PAGE(!unmap_success, page); in freeze_page()
|