Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c245 if (flags & MF_ACTION_REQUIRED) { in kill_proc()
1055 collect_procs(hpage, &tokill, flags & MF_ACTION_REQUIRED); in hwpoison_user_mappings()
1282 flags |= MF_ACTION_REQUIRED | MF_MUST_KILL; in memory_failure_dev_pagemap()
1283 collect_procs(page, &tokill, flags & MF_ACTION_REQUIRED); in memory_failure_dev_pagemap()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c1270 int flags = MF_ACTION_REQUIRED; in kill_me_maybe()
1508 BUG_ON(flags & MF_ACTION_REQUIRED); in memory_failure()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h3237 MF_ACTION_REQUIRED = 1 << 1, enumerator