Home
last modified time | relevance | path

Searched refs:MADV_DONTFORK (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dmadvise_cmds.h65 #if defined(MADV_DONTFORK) || (defined(HAVE_DECL_MADV_DONTFORK) && HAVE_DECL_MADV_DONTFORK)
67 static_assert((MADV_DONTFORK) == (10), "MADV_DONTFORK != 10");
70 # define MADV_DONTFORK 10
260 XLAT(MADV_DONTFORK),
Dmadvise_cmds.in21 MADV_DONTFORK 10
/external/ltp/include/lapi/
Dmmap.h32 #ifndef MADV_DONTFORK
33 # define MADV_DONTFORK 10 macro
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h54 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c46 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
/external/rust/crates/nix/src/sys/
Dmman.rs174 MADV_DONTFORK,
/external/igt-gpu-tools/tests/i915/
Dgem_userptr_blits.c646 #ifdef MADV_DONTFORK in test_forked_access()
647 ret |= madvise(ptr1, sizeof(linear), MADV_DONTFORK); in test_forked_access()
654 #ifdef MADV_DONTFORK in test_forked_access()
655 ret |= madvise(ptr2, sizeof(linear), MADV_DONTFORK); in test_forked_access()
Dgem_concurrent_all.c1883 madvise(pinned, pin_sz, MADV_DONTFORK)) {
/external/python/cpython3/Modules/
Dmmapmodule.c1609 #ifdef MADV_DONTFORK in PyInit_mmap()
1610 setint(dict, "MADV_DONTFORK", MADV_DONTFORK); in PyInit_mmap()
/external/minijail/linux-x86/
Dlibconstants.gen.c2881 #ifdef MADV_DONTFORK
2882 { "MADV_DONTFORK", (unsigned long) MADV_DONTFORK },
/external/python/cpython3/Doc/library/
Dmmap.rst322 MADV_DONTFORK
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs624 pub const MADV_DONTFORK: ::c_int = 10; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1616 pub const MADV_DONTFORK: ::c_int = 10; constant