Home
last modified time | relevance | path

Searched refs:PR_SET_MM_BRK (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dpr_set_mm.h48 #if defined(PR_SET_MM_BRK) || (defined(HAVE_DECL_PR_SET_MM_BRK) && HAVE_DECL_PR_SET_MM_BRK)
50 static_assert((PR_SET_MM_BRK) == (7), "PR_SET_MM_BRK != 7");
53 # define PR_SET_MM_BRK 7
128 XLAT(PR_SET_MM_BRK),
Dpr_set_mm.in7 PR_SET_MM_BRK 7
/external/libcap/libcap/include/uapi/linux/
Dprctl.h117 # define PR_SET_MM_BRK 7 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h118 # define PR_SET_MM_BRK 7 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c3919 #ifdef PR_SET_MM_BRK
3920 { "PR_SET_MM_BRK", (unsigned long) PR_SET_MM_BRK },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1117 pub const PR_SET_MM_BRK: ::c_int = 7; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1666 pub const PR_SET_MM_BRK: ::c_int = 7; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2583 pub const PR_SET_MM_BRK: ::c_int = 7; constant