Home
last modified time | relevance | path

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

/linux/mm/
A Dmemory-failure.c260 if (flags & MF_ACTION_REQUIRED) { in kill_proc()
1361 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1463 if (flags & MF_ACTION_REQUIRED) in memory_failure_hugetlb()
1591 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in memory_failure_dev_pagemap()
1592 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
1674 if (flags & MF_ACTION_REQUIRED) in memory_failure()
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c1247 int flags = MF_ACTION_REQUIRED; in kill_me_maybe()
1494 BUG_ON(flags & MF_ACTION_REQUIRED); in memory_failure()
/linux/include/linux/
A Dmm.h3220 MF_ACTION_REQUIRED = 1 << 1, enumerator

Completed in 19 milliseconds