Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dprctl.h102 # define PR_MCE_KILL_EARLY 1 macro
/linux-4.1.27/Documentation/vm/
Dhwpoison.txt84 PR_MCE_KILL_EARLY: Early kill
89 call prctl(PR_MCE_KILL_EARLY) on the designated thread. Otherwise,
/linux-4.1.27/kernel/
Dsys.c2169 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5()
2188 PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE; in SYSCALL_DEFINE5()