Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dmemory-failure.c1010 if (!(flags & MF_MUST_KILL) && !PageDirty(hpage) && mapping && in hwpoison_user_mappings()
1055 forcekill = PageDirty(hpage) || (flags & MF_MUST_KILL); in hwpoison_user_mappings()
1204 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in memory_failure_dev_pagemap()
1220 kill_procs(&tokill, flags & MF_MUST_KILL, !unmap_success, pfn, flags); in memory_failure_dev_pagemap()
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dcore.c1101 flags |= MF_MUST_KILL; in do_memory_failure()
/Linux-v5.4/include/linux/
Dmm.h2772 MF_MUST_KILL = 1 << 2, enumerator