Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmemory-failure.c259 if (flags & MF_ACTION_REQUIRED) { in kill_proc()
1325 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1430 if (flags & MF_ACTION_REQUIRED) in memory_failure_hugetlb()
1563 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in memory_failure_dev_pagemap()
1564 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
1646 if (flags & MF_ACTION_REQUIRED) in memory_failure()
/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dcore.c1265 int flags = MF_ACTION_REQUIRED; in kill_me_maybe()
1491 BUG_ON(flags & MF_ACTION_REQUIRED); in memory_failure()
/Linux-v5.15/include/linux/
Dmm.h3113 MF_ACTION_REQUIRED = 1 << 1, enumerator