Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmemory-failure.c222 if ((flags & MF_ACTION_REQUIRED) && t->mm == current->mm) { in kill_proc()
1029 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1204 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in memory_failure_dev_pagemap()
1205 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce.c1061 int flags = MF_ACTION_REQUIRED; in do_memory_failure()
1331 BUG_ON(flags & MF_ACTION_REQUIRED); in memory_failure()
/Linux-v4.19/include/linux/
Dmm.h2693 MF_ACTION_REQUIRED = 1 << 1, enumerator