Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dmemory-failure.c337 if ((flags & MF_ACTION_REQUIRED) && (t == current)) in kill_proc()
1605 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1771 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in mf_generic_kill_procs()
1796 mf_flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in mf_dax_kill_procs()
2039 if (flags & MF_ACTION_REQUIRED) { in try_memory_failure_hugetlb()
2214 if (flags & MF_ACTION_REQUIRED) in memory_failure()
/Linux-v6.6/arch/x86/kernel/cpu/sgx/
Dmain.c697 if (flags & MF_ACTION_REQUIRED) in arch_memory_failure()
/Linux-v6.6/arch/x86/kernel/cpu/mce/
Dcore.c1319 int flags = MF_ACTION_REQUIRED; in kill_me_maybe()
1595 BUG_ON(flags & MF_ACTION_REQUIRED); in memory_failure()
/Linux-v6.6/include/linux/
Dmm.h3828 MF_ACTION_REQUIRED = 1 << 1, enumerator