/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tprctl.c | 26 # define PR_MCE_KILL_EARLY 1 macro 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 86 if (err != PR_MCE_KILL_EARLY) in main()
|
H A D | ttranshuge.c | 79 #define PR_MCE_KILL_EARLY 1 macro 243 early_kill ? PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE, in prep_injection() 293 " -e|--early-kill Set PR_MCE_KILL_EARLY(default NOT early-kill).\n" in usage()
|
H A D | thugetlb.c | 37 #define PR_MCE_KILL_EARLY 1 macro 61 " -e|--early-kill Set PR_MCE_KILL_EARLY\n" in usage() 248 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tprctl.c | 26 # define PR_MCE_KILL_EARLY 1 macro 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 86 if (err != PR_MCE_KILL_EARLY) in main()
|
H A D | ttranshuge.c | 79 #define PR_MCE_KILL_EARLY 1 macro 243 early_kill ? PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE, in prep_injection() 293 " -e|--early-kill Set PR_MCE_KILL_EARLY(default NOT early-kill).\n" in usage()
|
H A D | thugetlb.c | 37 #define PR_MCE_KILL_EARLY 1 macro 61 " -e|--early-kill Set PR_MCE_KILL_EARLY\n" in usage() 248 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, in main()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 519 const PR_MCE_KILL_EARLY: u32 = 1; consts 529 Early = PR_MCE_KILL_EARLY, 540 PR_MCE_KILL_EARLY => Ok(Self::Early), in try_from()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 67 #define PR_MCE_KILL_EARLY 1 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1099 pub const PR_MCE_KILL_EARLY: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1234 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2582 pub const PR_MCE_KILL_EARLY: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1993 pub const PR_MCE_KILL_EARLY: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1237 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1229 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1247 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1242 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1239 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1234 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1223 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1447 pub const PR_MCE_KILL_EARLY: u32 = 1; consts
|